mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 15:47:41 +00:00
Preparing other headers for CScriptSpecialFunction
Former-commit-id: 6ffb16e4a9
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
#include "types.h"
|
||||
|
||||
class CVector2i {
|
||||
public:
|
||||
CVector2i(int, int);
|
||||
|
||||
private:
|
||||
int x;
|
||||
int y;
|
||||
|
||||
Reference in New Issue
Block a user