17 lines
282 B
C
17 lines
282 B
C
/* System.h */
|
|
|
|
|
|
|
|
#ifndef LIBSYSTEM_SYSTEM_H
|
|
# define LIBSYSTEM_SYSTEM_H
|
|
|
|
|
|
# include "System/appclient.h"
|
|
# include "System/appserver.h"
|
|
# include "System/buffer.h"
|
|
# include "System/config.h"
|
|
# include "System/event.h"
|
|
# include "System/string.h"
|
|
|
|
#endif /* !LIBSYSTEM_SYSTEM_H */
|