mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
15 lines
No EOL
371 B
C
15 lines
No EOL
371 B
C
// Types
|
|
#include "storm/array.h"
|
|
#include "storm/list.h"
|
|
|
|
#include "tempest/box.h"
|
|
#include "tempest/matrix.h"
|
|
#include "tempest/plane.h"
|
|
#include "tempest/quaternion.h"
|
|
#include "tempest/range.h"
|
|
#include "tempest/rect.h"
|
|
#include "tempest/sphere.h"
|
|
#include "tempest/vector.h"
|
|
|
|
// include files that define the use of template classes
|
|
#include "storm/array/uint32_t.h" |