kitchen: README + MISSIONS/engine-c keep-drop notes
This commit is contained in:
parent
1d351918da
commit
575d7d29b8
130 changed files with 9817 additions and 1 deletions
6
openkknd2-am-coder/include/ok_map.h
Normal file
6
openkknd2-am-coder/include/ok_map.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef OK_MAP_H
|
||||
#define OK_MAP_H
|
||||
#include "ok_types.h"
|
||||
void ok_map_init(OkWorld *w, uint32_t seed);
|
||||
bool ok_map_walkable(const OkWorld *w, int x, int y);
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue