mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 23:05:36 -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;
|
|
}
|