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