now it links (except for no main!)

This commit is contained in:
Jeffrey Crowell
2026-02-14 15:55:43 -08:00
parent 5d359236e1
commit 147b4bdb97
51 changed files with 120 additions and 118 deletions
+4 -4
View File
@@ -149,19 +149,19 @@ static int daObjKAT_Delete(daObjKAT_c* i_this) {
return 1;
}
f32 dummy0() {
static f32 dummy0() {
return 0.0f;
}
f32 dummy1() {
static f32 dummy1() {
return 0.4f;
}
f32 dummy2() {
static f32 dummy2() {
return 10.0f;
}
f32 dummy3() {
static f32 dummy3() {
return 0.02f;
}