wehfou/inc/level.h

6 lines
107 B
C

#pragma once
void level_deinit(void);
void level_load(int id);
void level_find(int tile, int *x, int *y);