townengine/include/twn_loop.h

11 lines
125 B
C
Raw Permalink Normal View History

#ifndef TWN_LOOP_H
#define TWN_LOOP_H
#include "twn_engine_api.h"
TWN_API int enter_loop(int argc, char **argv);
#endif