papermario/papermario/include/common.h

10 lines
142 B
C
Raw Normal View History

2020-07-18 02:47:33 +02:00
#ifndef _COMMON_H_
#define _COMMON_H_
#include "ultra64.h"
#include "common_structs.h"
#include "functions.h"
#include "variables.h"
#endif