12 lines
210 B
C
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
|