papermario/include/common.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
474 B
C
Raw Normal View History

2020-07-18 02:47:33 +02:00
#ifndef _COMMON_H_
#define _COMMON_H_
#include "ultra64.h"
#include "gbi_custom.h"
2020-08-10 23:30:46 +02:00
#include "types.h"
2020-07-18 02:47:33 +02:00
#include "common_structs.h"
#include "functions.h"
#ifndef NO_EXTERN_VARIABLES
2020-07-18 02:47:33 +02:00
#include "variables.h"
#endif
#include "macros.h"
2020-08-15 00:47:06 +02:00
#include "enums.h"
#include "evt.h"
2020-10-20 07:48:47 +02:00
#include "messages.h"
#include "battle/battle_names.h"
#include "battle/stage_names.h"
#include "battle/actor_types.h"
2020-07-18 02:47:33 +02:00
#ifdef PERMUTER
extern int TEXEL0, TEXEL1, PRIMITIVE, PRIMITIVE_ALPHA;
#endif
2020-07-18 02:47:33 +02:00
#endif