libSystem/include/System.h

17 lines
255 B
C

/* System.h */
#ifndef _SYSTEM_H
# define _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 /* !_SYSTEM_H */