source: Main/trunk/Server/tw_server.h@ 13

Last change on this file since 13 was 9, checked in by Nishi, on Sep 13, 2024 at 8:28:43 PM

wip

  • Property svn:keywords set to Id
File size: 122 bytes
Line 
1/* $Id: tw_server.h 9 2024-09-13 11:28:43Z nishi $ */
2
3#ifndef __TW_SERVER_H__
4#define __TW_SERVER_H__
5
6int tw_server_init(void);
7void tw_server_loop(void);
8
9#endif
Note: See TracBrowser for help on using the repository browser.