PocketEmpires/System.h

31 lines
773 B
C

#ifndef SYSTEM_H__
#define SYSTEM_H__
/* **************************************
* Includes *
* **************************************/
#include <Gamebuino.h>
/* **************************************
* Defines *
* **************************************/
/* **************************************
* Structs and enums *
* **************************************/
/* **************************************
* Global Variables *
* **************************************/
extern Gamebuino gb;
/* **************************************
* Global Prototypes *
* **************************************/
void SystemInit(void);
#endif /* SYSTEM_H__ */