Sourcefile (.c, .cpp):
Every source file has to have the following structure:

/*=============================================================================
Blobby Volley 2
Copyright (C) 2006 Jonathan Sieber (jonathan_sieber@yahoo.de)
Copyright (C) 2006 Daniel Knobe (daniel-knobe@web.de)

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
=============================================================================*/

/* header include */

/* includes */

/* implementation */




TODO:
- Write a more detailed code-convention document
- Write a latex file instead of a textfile
- Detailed desription of every section needed

Following files implement the convention:
- RenderManagerSDL.cpp
- RenderManagerGL2D.cpp
- UserConfig.cpp
- TextManager.cpp
- SpeedController.cpp
- SoundManager.cpp
- ScriptedInputSource.cpp
- ReplayRecorder.cpp
- ReplayPlayer.cpp
- RenderManagerGP2X.cpp
- RenderManager.cpp
- Player.cpp
- PhysicWorld.cpp
- NetworkMessage.cpp
TODO:
- all .cpp in subfolder
- src folder a - NetworkGame.cpp
- ReplayLoader.cpp

