11 lines
125 B
C
11 lines
125 B
C
|
#ifndef TWN_LOOP_H
|
||
|
#define TWN_LOOP_H
|
||
|
|
||
|
#include "twn_engine_api.h"
|
||
|
|
||
|
|
||
|
TWN_API int enter_loop(int argc, char **argv);
|
||
|
|
||
|
|
||
|
#endif
|