mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-13 05:49:21 -04:00
23a6cf91cd
* checkpoint * shield final half building
30 lines
357 B
C
30 lines
357 B
C
#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;
|
|
}
|