Add project files.
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
/* Copyright (C) 2010 Richard W. Allen
|
||||
Program Name: SDL Pong C++
|
||||
Author: Richard W. Allen
|
||||
Version: V1.0
|
||||
Date Started: August 24, 2009
|
||||
Date End:
|
||||
Webpage: http://www.richardallenonline.com
|
||||
IDE: Visual Studio 2010
|
||||
Compiler: C\C++ 2010
|
||||
Langage: C++
|
||||
License: GNU GENERAL PUBLIC LICENSE Version 2
|
||||
see license.txt for details
|
||||
|
||||
SDL Pong C++ Copyright (C) 2010 Richard W. Allen DEATH VALLEY
|
||||
Comes with ABSOLUTELY NO WARRANTY;
|
||||
SDL Pong C++ is licensed under the GNU GENERAL PUBLIC LICENSE Version 2.
|
||||
for details see the license.txt include with this program.
|
||||
*/
|
||||
|
||||
/*** SDL Header Files ***/
|
||||
#include "SDL.h"
|
||||
|
||||
#include "../Game/PongStart/cPongStart.hpp"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
argc, argv;
|
||||
|
||||
PongStart::cPongStart pong;
|
||||
pong.Main();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user