2024-08-26 21:33:37 +00:00
|
|
|
#ifndef TWN_LOOP_H
|
|
|
|
#define TWN_LOOP_H
|
|
|
|
|
2025-02-28 13:42:33 +00:00
|
|
|
#include "twn_api.h"
|
2024-08-26 21:33:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
TWN_API int enter_loop(int argc, char **argv);
|
|
|
|
|
2025-01-30 01:30:20 +00:00
|
|
|
TWN_API void reset_state(void);
|
|
|
|
|
2024-08-26 21:33:37 +00:00
|
|
|
|
|
|
|
#endif
|