mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
chore(binana): add files
This commit is contained in:
commit
aa605d1aef
14 changed files with 305 additions and 0 deletions
15
3.3.5a/include/main.h
Normal file
15
3.3.5a/include/main.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
// 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue