doxygen: gameengine/GamePlayer tagged.

This commit is contained in:
Nathan Letwory
2011-02-25 13:35:11 +00:00
parent 344caea0b3
commit 94f3851840
15 changed files with 75 additions and 0 deletions

View File

@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file gameengine/GamePlayer/common/GPC_Canvas.cpp
* \ingroup player
*/
#ifndef NOPNG
#ifdef WIN32
#include "png.h"

View File

@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file gameengine/GamePlayer/common/GPC_Engine.cpp
* \ingroup player
*/
#ifdef WIN32
#pragma warning (disable:4786) // suppress stl-MSVC debug info warning
#endif // WIN32

View File

@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file gameengine/GamePlayer/common/GPC_KeyboardDevice.cpp
* \ingroup player
*/
#include "GPC_KeyboardDevice.h"
#include <cstdlib>

View File

@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file gameengine/GamePlayer/common/GPC_MouseDevice.cpp
* \ingroup player
*/
#include "GPC_MouseDevice.h"
GPC_MouseDevice::GPC_MouseDevice()

View File

@@ -26,6 +26,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file gameengine/GamePlayer/common/GPC_RawImage.cpp
* \ingroup player
*/
#include <iostream>
#include <string.h>

View File

@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file gameengine/GamePlayer/common/GPC_RawLoadDotBlendArray.cpp
* \ingroup player
*/
// This file is automatically generated. Do not edit by hand!
#include "GPC_RawLoadDotBlendArray.h"

View File

@@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file gameengine/GamePlayer/common/GPC_RawLogoArrays.cpp
* \ingroup player
*/
// This file is automatically generated. Do not edit by hand!
#include "GPC_RawLogoArrays.h"

View File

@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file gameengine/GamePlayer/common/GPC_RenderTools.cpp
* \ingroup player
*/
#include "GL/glew.h"
#include "RAS_IRenderTools.h"

View File

@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file gameengine/GamePlayer/common/GPC_System.cpp
* \ingroup player
*/
#include "GPC_System.h"
#include "GPC_KeyboardDevice.h"

View File

@@ -32,6 +32,11 @@
*
*/
/** \file gameengine/GamePlayer/common/bmfont.cpp
* \ingroup player
*/
/**
* Two external functions:
*

View File

@@ -28,6 +28,11 @@
* GHOST Blender Player application implementation file.
*/
/** \file gameengine/GamePlayer/ghost/GPG_Application.cpp
* \ingroup player
*/
#ifdef WIN32
#pragma warning (disable:4786) // suppress stl-MSVC debug info warning
#include <windows.h>

View File

@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file gameengine/GamePlayer/ghost/GPG_Canvas.cpp
* \ingroup player
*/
#include "GPG_Canvas.h"
#include <assert.h>
#include "GHOST_ISystem.h"

View File

@@ -28,6 +28,11 @@
* GHOST Blender Player keyboard device implementation.
*/
/** \file gameengine/GamePlayer/ghost/GPG_KeyboardDevice.cpp
* \ingroup player
*/
#include "GPG_KeyboardDevice.h"
GPG_KeyboardDevice::GPG_KeyboardDevice(void)

View File

@@ -28,6 +28,11 @@
* Blender Player system on GHOST.
*/
/** \file gameengine/GamePlayer/ghost/GPG_System.cpp
* \ingroup player
*/
#include "GPG_System.h"
#include <assert.h>
#include "GHOST_ISystem.h"

View File

@@ -28,6 +28,11 @@
* Start up of the Blender Player on GHOST.
*/
/** \file gameengine/GamePlayer/ghost/GPG_ghost.cpp
* \ingroup player
*/
#include <iostream>
#include <math.h>