mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 20:12:30 +01:00
7230c62545
* 2 fold funcs * func_8013B1B0 * cleanup & naming * more formatting * cleanup * progress & filemenu stuff * 2 * func_8013CFA8 * fold_load_gfx (thanks Wiseguy) * update_encounters_pre_battle * 3 mdl funcs * more model funcs * cd180 funcs * progrezz * 3 cam funcs * more * 1 more * eob30 progress * sfx_play_sound_at_position & sound enum cleanup * cleanup * cleanup2 * PR comments
20 lines
342 B
C
20 lines
342 B
C
#ifndef _COMMON_H_
|
|
#define _COMMON_H_
|
|
|
|
#include "ultra64.h"
|
|
#include "gbi_custom.h"
|
|
#include "types.h"
|
|
#include "common_structs.h"
|
|
#include "functions.h"
|
|
#include "variables.h"
|
|
#include "macros.h"
|
|
#include "enums.h"
|
|
#include "evt.h"
|
|
#include "messages.h"
|
|
|
|
#ifdef PERMUTER
|
|
extern int TEXEL0, TEXEL1, PRIMITIVE, PRIMITIVE_ALPHA;
|
|
#endif
|
|
|
|
#endif
|