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
+28
View File
@@ -0,0 +1,28 @@
#ifndef LINGCOD_H
#define LINGCOD_H
#ifdef __cplusplus
extern "C" {
#endif
int lingcod_getIniState();
int NVGXCreateGroup();
int NVGXCreateSubGroup();
void NVGXReleaseGroup();
float lingcod_getBloomScale();
float lingcod_getDoFScale();
int lingcod_fireGameEventEx();
inline void lingcod_revalidateNVSI() {
return;
}
inline void lingcod_callNVSISnippet() {
return;
}
#ifdef __cplusplus
}
#endif
#endif