assaultfish/engine/include/GearBox/Foundation.h

15 lines
321 B
C
Raw Normal View History

2026-01-09 00:40:51 +09:00
#ifndef __GEARBOX_FOUNDATION_H__
#define __GEARBOX_FOUNDATION_H__
#include <GearBox/MachDep.h>
#include <GearBox/TypeDefs.h>
#include <GearBox/Core.h>
#include <GearBox/Version.h>
#include <GearBox/Log.h>
#include <GearBox/Client.h>
#include <GearBox/Server.h>
2026-01-09 03:38:29 +09:00
#include <GearBox/Math.h>
2026-01-09 06:12:57 +09:00
#include <GearBox/GL.h>
2026-01-09 00:40:51 +09:00
#endif