6 lines
111 B
C
6 lines
111 B
C
|
#ifndef LEVEL_H
|
||
|
#define LEVEL_H
|
||
|
#include "common.h"
|
||
|
void level_init (uint8_t in_levelnum)
|
||
|
#endif /* LEVEL_H */
|