marioparty4/include/game/board/basic_space.h
2024-01-01 18:05:49 -05:00

12 lines
210 B
C

#ifndef _BOARD_BASIC_SPACE_H
#define _BOARD_BASIC_SPACE_H
#include "common.h"
#include "math.h"
#include "game/process.h"
#include "game/audio.h"
#include "game/object.h"
extern Process *boardObjMan;
#endif