6 lines
78 B
C
6 lines
78 B
C
|
#ifndef TERRAIN_H
|
||
|
#define TERRAIN_H
|
||
|
int main(void)
|
||
|
|
||
|
#endif /* TERRAIN_H */
|