Tramway SDK v0.1.1
probe.h
Go to the documentation of this file.
1// Tramway Drifting and Dungeon Exploration Simulator SDK Runtime
2
3#ifndef TRAM_SDK_EXTENSIONS_KITCHENSINK_PROBE_H
4#define TRAM_SDK_EXTENSIONS_KITCHENSINK_PROBE_H
5
7
9
11void RenderEnvironmentMaps(WorldCell*);
12
13}
14
15#endif // TRAM_SDK_EXTENSIONS_KITCHENSINK_PROBE_H
Extension containing random stuff that doesn't fit in anywhere else.
Definition: ai.cpp:15
void RegisterRenderEnvironmentMapShortcut()
Definition: probe.cpp:16
void RenderEnvironmentMaps(WorldCell *cell)
Definition: probe.cpp:28