Map works!
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
#ifndef CROCPARTY_GAME_MAP_H
|
||||
#define CROCPARTY_GAME_MAP_H
|
||||
|
||||
#include "sys/sys.h"
|
||||
|
||||
extern sys_i32 game_map_player_start_x;
|
||||
extern sys_i32 game_map_player_start_y;
|
||||
extern sys_map game_map;
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user