mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 13:17:49 +00:00
17 lines
326 B
C
17 lines
326 B
C
#ifndef __SGMH__
|
|
#define __SGMH__
|
|
|
|
#include "common_hdr.h"
|
|
|
|
#include "space_math_hdr.h"
|
|
#include "txt_utils_hdr.h"
|
|
#include "arr_utils_hdr.h"
|
|
#include "obj_utils_hdr.h"
|
|
#include "spln_utils_hdr.h"
|
|
#include "attrib_utils_hdr.h"
|
|
#include "boolean_utils_hdr.h"
|
|
#include "impexp_utils_hdr.h"
|
|
#include "smthnk_utils_hdr.h"
|
|
|
|
|
|
#endif |