papermario/include/common.h

13 lines
200 B
C
Raw Normal View History

2020-07-18 02:47:33 +02:00
#ifndef _COMMON_H_
#define _COMMON_H_
#include "ultra64.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"
#include "variables.h"
#include "macros.h"
#include "items.h"
2020-07-18 02:47:33 +02:00
#endif