Tramway SDK
kitchensink.h
Go to the documentation of this file.
1// Tramway Drifting and Dungeon Exploration Simulator SDK Runtime
2
3#ifndef TRAM_SDK_EXTENSIONS_KITCHENSINK_KITCHENSINK_H
4#define TRAM_SDK_EXTENSIONS_KITCHENSINK_KITCHENSINK_H
5
7
8void Init();
9void Update();
10
11}
12
13#endif // TRAM_SDK_EXTENSIONS_KITCHENSINK_KITCHENSINK_H
Extension containing random stuff that doesn't fit in anywhere else.
Definition: ai.cpp:15
void Update()
Definition: kitchensink.cpp:36
void Init()
Definition: kitchensink.cpp:24