Initial work on pokemon_summary_screen.c
This commit is contained in:
+2
-2
@@ -1,12 +1,12 @@
|
||||
#ifndef GUARD_MAIN_H
|
||||
#define GUARD_MAIN_H
|
||||
|
||||
#include "global.h"
|
||||
|
||||
typedef void (*MainCallback)(void);
|
||||
typedef void (*IntrCallback)(void);
|
||||
typedef void (*IntrFunc)(void);
|
||||
|
||||
#include "global.h"
|
||||
|
||||
extern IntrFunc gIntrTable[];
|
||||
|
||||
struct Main
|
||||
|
||||
Reference in New Issue
Block a user