diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-10-06 02:48:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-06 12:48:39 +0300 |
| commit | 23a6cf91cd6acf97b4b78bf351c0845a39f84989 (patch) | |
| tree | efef0a1ebd4a16c37de9f528576cc722c00a947a /include/lingcod | |
| parent | b3d30467bf46430ecb28046a8eb14cd30803befc (diff) | |
start shield final config (#2726)
* checkpoint
* shield final half building
Diffstat (limited to 'include/lingcod')
| -rw-r--r-- | include/lingcod/lingcod.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/include/lingcod/lingcod.h b/include/lingcod/lingcod.h new file mode 100644 index 0000000000..f275a9dfb9 --- /dev/null +++ b/include/lingcod/lingcod.h @@ -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 |
