/TGame/TServerWorld/Entry/TServerWorld.cpp

http://awoe.googlecode.com/ · C++ · 15 lines · 5 code · 7 blank · 3 comment · 0 complexity · df01a906d1cd91bfd3dec93bcef29b72 MD5 · raw file

  1. // TServerWorld.cpp : Defines the entry point for the console application.
  2. //
  3. #include "stdafx.h"
  4. int _tmain(int argc, _TCHAR* argv[])
  5. {
  6. // for test
  7. return 0;
  8. }