14 lines
148 B
C
14 lines
148 B
C
/* System.h */
|
|
|
|
|
|
|
|
#ifndef _SYSTEM_H
|
|
# define _SYSTEM_H
|
|
|
|
|
|
# include <appclient.h>
|
|
# include <appserver.h>
|
|
# include <event>
|
|
|
|
#endif /* !_SYSTEM_H */
|