12345678910111213141516171819202122232425262728 |
- #include <math.h>
- #include "AABB.h"
- //-------------------------------------------------------------------------------------------------
- //001B45FC
- float *sub_1B45FC(float *result, float *a2, float *a3) {
- return NULL;
- }
- //-------------------------------------------------------------------------------------------------
- //001B464C
- float *sub_1B464C(float *result, float *a2, float *a3) {
- return NULL;
- }
- //-------------------------------------------------------------------------------------------------
- //001B2928
- AABB::AABB() {
- }
- //-------------------------------------------------------------------------------------------------
- //001B452C
- float *AABB::Combine(AABB const&a2, bool a3) {
- return NULL;
- }
- //-------------------------------------------------------------------------------------------------
- //001B4724
- bool AABB::Overlap(AABB const&, AABB const&, bool) {
- return 0;
- }
- //-------------------------------------------------------------------------------------------------
|