#include <windows.h>#include "timer.h"Include dependency graph for wintimer.cpp:

Go to the source code of this file.
Functions | |
| Timer * | CreateTimer () |
|
|
Definition at line 49 of file wintimer.cpp. Referenced by CelestiaCore::CelestiaCore(), and LuaState::LuaState(). 00050 {
00051 return new WindowsTimer();
00052 }
|
1.4.1