You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
179 B

#ifndef _MAIN_H
#define _MAIN_H
#include <stdio.h>
#include <stdlib.h>
#include "ksys573.h"
#define MODE_TITLE = 0
#define MODE_GAME = 1
int game_mode;
GsImage game_image;
#endif