2024-07-07 03:00:06 -04:00
|
|
|
// Types
|
|
|
|
|
#include "storm/array.h"
|
|
|
|
|
#include "storm/list.h"
|
2024-07-08 15:26:09 -04:00
|
|
|
#include "storm/hash.h"
|
2024-07-07 03:00:06 -04:00
|
|
|
|
|
|
|
|
#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"
|
|
|
|
|
|
2024-07-08 15:26:09 -04:00
|
|
|
#include "gx/buffer.h"
|
|
|
|
|
#include "gx/caps.h"
|
|
|
|
|
#include "gx/device.h"
|
|
|
|
|
#include "gx/format.h"
|
|
|
|
|
#include "gx/matrix_stack.h"
|
|
|
|
|
#include "gx/shader.h"
|
|
|
|
|
#include "gx/state_bom.h"
|
|
|
|
|
#include "gx/types.h"
|
|
|
|
|
|
2024-07-21 04:57:59 -04:00
|
|
|
#include "gx/d3d9.h"
|
|
|
|
|
|
2024-07-08 15:26:09 -04:00
|
|
|
// include files that define the use of template classes for standard library types
|
2024-07-13 17:42:21 -04:00
|
|
|
// template classes for whoa types should be entered immediately after where the type is
|
2024-07-08 15:26:09 -04:00
|
|
|
|
|
|
|
|
#include "storm/array/uint32_t.h"
|
|
|
|
|
|
|
|
|
|
// template types that are defined in our headers, should be declared immediately after the base type
|
|
|
|
|
// and not used anywhere else
|
|
|
|
|
|