7 lines
61 B
C
7 lines
61 B
C
#ifndef WORLD_H
|
|
#define WORLD_H
|
|
|
|
void print_world();
|
|
|
|
#endif
|