/TGame/TServerWorld/Entry/TServerWorld.cpp
http://awoe.googlecode.com/ · C++ · 15 lines · 5 code · 7 blank · 3 comment · 0 complexity · df01a906d1cd91bfd3dec93bcef29b72 MD5 · raw file
- // TServerWorld.cpp : Defines the entry point for the console application.
- //
-
- #include "stdafx.h"
-
-
-
-
- int _tmain(int argc, _TCHAR* argv[])
- {
-
- // for test
- return 0;
- }