This website requires JavaScript.
Explore
Help
Register
Sign In
CubeWorld
/
Cube-World-Commands-Mod
Watch
1
Star
0
Fork
You've already forked Cube-World-Commands-Mod
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cc5b550cef
Cube-World-Commands-Mod
/
cwmods
/
common
/
IntVector2.cpp
7 lines
105 B
C++
Raw
Blame
History
#
include
"IntVector2.h"
IntVector2
:
:
IntVector2
(
int
x
,
int
y
)
{
this
-
>
x
=
x
;
this
-
>
y
=
y
;
}
Reference in New Issue
View Git Blame
Copy Permalink