summaryrefslogtreecommitdiff
path: root/inc/level.h
blob: 8b4e542500e55bd27112923bc500acbbf4c540ea (plain)
1
2
3
4
5
#pragma once

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