mirror of
https://github.com/zeldaret/tp
synced 2026-07-06 14:01:01 -04:00
start shield final config (#2726)
* checkpoint * shield final half building
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user