mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
progress
This commit is contained in:
@@ -35,6 +35,12 @@ struct SVec {
|
||||
y = oY;
|
||||
z = oZ;
|
||||
}
|
||||
|
||||
void setall(s16 val) {
|
||||
x = val;
|
||||
y = val;
|
||||
z = val;
|
||||
}
|
||||
};
|
||||
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user