mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 01:37:00 +00:00
More defs for CStateManagerContainer & friends
This commit is contained in:
12
include/Kyoto/Math/CVector2i.hpp
Normal file
12
include/Kyoto/Math/CVector2i.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _CVECTOR2I_HPP
|
||||
#define _CVECTOR2I_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class CVector2i {
|
||||
private:
|
||||
s32 x;
|
||||
s32 y;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user