diff options
author | cathook <b01902109@csie.ntu.edu.tw> | 2014-05-01 06:38:27 +0800 |
---|---|---|
committer | cathook <b01902109@csie.ntu.edu.tw> | 2014-05-01 06:38:27 +0800 |
commit | b86d8a56110f4cc368212f6728e79a481f1187b2 (patch) | |
tree | 70300b696c3f615cc0e08617514165457617e744 /_test | |
parent | 95633629f82427d57e5a72899c46da50a972f72b (diff) | |
download | meow-b86d8a56110f4cc368212f6728e79a481f1187b2.tar meow-b86d8a56110f4cc368212f6728e79a481f1187b2.tar.gz meow-b86d8a56110f4cc368212f6728e79a481f1187b2.tar.bz2 meow-b86d8a56110f4cc368212f6728e79a481f1187b2.tar.lz meow-b86d8a56110f4cc368212f6728e79a481f1187b2.tar.xz meow-b86d8a56110f4cc368212f6728e79a481f1187b2.tar.zst meow-b86d8a56110f4cc368212f6728e79a481f1187b2.zip |
update vector2,3D
Diffstat (limited to '_test')
-rw-r--r-- | _test/meowpp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_test/meowpp.h b/_test/meowpp.h index 86c44c1..8052f1a 100644 --- a/_test/meowpp.h +++ b/_test/meowpp.h @@ -1,6 +1,9 @@ #ifndef __meowpp_h__ #define __meowpp_h__ +#include "meowpp/geo/Vector2D.h" +#include "meowpp/geo/Vector3D.h" + #include "meowpp/Usage.h" #include "meowpp/oo/Register_Implement.h" |