summaryrefslogtreecommitdiff
path: root/src/lingcod/LingcodPatch.c
blob: ef606c2264bd0ed11feeb08ea1a3276fc7214607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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;
}