Welcome to mirror list, hosted at ThFree Co, Russian Federation.

space-dragon.c « src - github.com/ClusterM/space-dragon.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe62838c4481580862d43a2726c23e0b7d13d1c7 (plain)
1
2
3
4
5
6
7
8
#include <pebble.h>
#include "game.h"

int main(void) {
  show_game();
	
  app_event_loop();
}