Label map objects
This commit is contained in:
parent
083b2016b6
commit
cd8bacbe86
11 changed files with 140 additions and 139 deletions
13
include/game/board/map_object.h
Normal file
13
include/game/board/map_object.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef _BOARD_MAPOBJECT_H
|
||||
#define _BOARD_MAPOBJECT_H
|
||||
|
||||
#include "dolphin.h"
|
||||
|
||||
typedef struct board_map_object {
|
||||
Vec pos;
|
||||
Vec rot;
|
||||
Vec scale;
|
||||
s32 data_num;
|
||||
} BoardMapObject;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue