start shield final config (#2726)

* checkpoint

* shield final half building
This commit is contained in:
TakaRikka
2025-10-06 02:48:39 -07:00
committed by GitHub
parent b3d30467bf
commit 23a6cf91cd
1527 changed files with 116035 additions and 4 deletions
+29
View File
@@ -0,0 +1,29 @@
#include "lingcod/lingcod.h"
int lingcod_getIniState() {
return 0;
}
int NVGXCreateGroup() {
return -1;
}
int NVGXCreateSubGroup() {
return -1;
}
void NVGXReleaseGroup() {
return;
}
float lingcod_getBloomScale() {
return 1.0f;
}
float lingcod_getDoFScale() {
return 1.0f;
}
int lingcod_fireGameEventEx() {
return 0;
}