somake/example/world.h

7 lines
61 B
C
Raw Normal View History

2016-08-21 20:45:54 +00:00
#ifndef WORLD_H
#define WORLD_H
void print_world();
#endif