mirror of
https://github.com/zeldaret/tp
synced 2026-08-21 22:41:04 -04: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