somake/example/world.h
2016-08-21 23:34:14 +02:00

7 lines
61 B
C

#ifndef WORLD_H
#define WORLD_H
void print_world();
#endif