mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-19 05:02:12 -04:00
now it links (except for no main!)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user