mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-14 04:23:01 -04:00
Misc cleanup
This commit is contained in:
@@ -7,8 +7,7 @@ class csXyz : public SVec {
|
||||
public:
|
||||
static const csXyz Zero;
|
||||
~csXyz() {}
|
||||
/* inline */ csXyz() {}
|
||||
/* inline */ csXyz(const csXyz& other) : SVec(other){};
|
||||
csXyz() {}
|
||||
csXyz(s16, s16, s16);
|
||||
csXyz operator+(csXyz&);
|
||||
void operator+=(csXyz&);
|
||||
|
||||
Reference in New Issue
Block a user