mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 15:47:41 +00:00
Start matching CScriptPlatform; more CScriptMazeNode
Former-commit-id: 135d63412c
This commit is contained in:
18
include/Kyoto/Math/CPlane.hpp
Normal file
18
include/Kyoto/Math/CPlane.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef _CPLANE_HPP
|
||||
#define _CPLANE_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class CPlane {
|
||||
public:
|
||||
// TODO
|
||||
|
||||
private:
|
||||
f32 x;
|
||||
f32 y;
|
||||
f32 z;
|
||||
f32 w;
|
||||
};
|
||||
CHECK_SIZEOF(CPlane, 0x10)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user