#include "OgreTextAreaOverlayElement.h"#include "Ogre.h"#include <OIS/OIS.h>#include "OverlayHelper.h"#include "App3D.h"#include "GetTime.h"#include "RakSleep.h"#include "RakAssert.h"#include "StringTable.h"#include "RakPeerInterface.h"#include "RakNetworkFactory.h"#include "BitStream.h"#include "MessageIdentifiers.h"#include "ReplicaManager3.h"#include "NetworkIDManager.h"#include "FormatString.h"#include "StringCompressor.h"#include "Rand.h"#include "TransformationHistory.h"
Go to the source code of this file.
Classes | |
| class | Popcorn |
| class | PopcornSampleConnection |
| class | PopcornDemoRM3 |
| class | ExampleApp |
Defines | |
| #define | HWND void* |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| bool | isServer |
| Ogre::Entity * | popcornKernel |
| Ogre::Entity * | popcornPopped |
| RakPeerInterface * | rakPeer |
| DataStructures::List< Popcorn * > | popcornList |
| bool | enableInterpolation |
| App3D * | app |
| PopcornDemoRM3 | replicaManager3 |
| #define HWND void* |
Definition at line 10 of file WinMain.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 610 of file WinMain.cpp.
Definition at line 70 of file WinMain.cpp.
| bool enableInterpolation |
Definition at line 68 of file WinMain.cpp.
| bool isServer |
Definition at line 64 of file WinMain.cpp.
| Ogre::Entity* popcornKernel |
Definition at line 65 of file WinMain.cpp.
| DataStructures::List<Popcorn*> popcornList |
Definition at line 67 of file WinMain.cpp.
| Ogre::Entity * popcornPopped |
Definition at line 65 of file WinMain.cpp.
| RakPeerInterface* rakPeer |
Definition at line 66 of file WinMain.cpp.
Definition at line 317 of file WinMain.cpp.
1.7.1