Tramway SDK
time.h
Go to the documentation of this file.
1// TRAMWAY DRIFT AND DUNGEON EXPLORATION SIMULATOR 2022
2// All rights reserved.
3
4#ifndef TRAM_SDK_PLATFORM_FILE_H
5#define TRAM_SDK_PLATFORM_FILE_H
6
7namespace tram {
8
9// should this be? in line a namespace? like PLATFORM::GetTime()?????
10
11//double GetTime();
12
13}
14
15#endif // TRAM_SDK_PLATFORM_FILE_H
Definition: api.h:9