This repository has been archived on 2022-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
jtmm2-old/include/gen_levels.h

10 lines
171 B
C

#ifndef _DEF_GEN_LEVELS
#define _DEF_GEN_LEVELS
#include "level.h"
#include "camera.h"
void level_set(const Level **level, uint level_id);
#endif /* _DEF_GEN_LEVELS */