doxygen: gameengine/GamePlayer tagged.
This commit is contained in:
@@ -27,6 +27,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file gameengine/GamePlayer/common/GPC_Canvas.cpp
|
||||
* \ingroup player
|
||||
*/
|
||||
|
||||
|
||||
#ifndef NOPNG
|
||||
#ifdef WIN32
|
||||
#include "png.h"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -27,6 +27,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file gameengine/GamePlayer/common/GPC_KeyboardDevice.cpp
|
||||
* \ingroup player
|
||||
*/
|
||||
|
||||
|
||||
#include "GPC_KeyboardDevice.h"
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
*
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file gameengine/GamePlayer/common/GPC_RawImage.cpp
|
||||
* \ingroup player
|
||||
*/
|
||||
|
||||
|
||||
#include <iostream>
|
||||
#include <string.h>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -32,6 +32,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file gameengine/GamePlayer/common/bmfont.cpp
|
||||
* \ingroup player
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Two external functions:
|
||||
*
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user