~ubuntu-branches/debian/sid/ember/sid

« back to all changes in this revision

Viewing changes to src/components/ogre/scripting/bindings/lua/helpers/required.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-07-23 07:46:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090723074640-wh0ukzis0kda36qv
Tags: upstream-0.5.6
ImportĀ upstreamĀ versionĀ 0.5.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// #include <SDL.h>
 
2
// 
 
3
// #include <sigc++/sigc++.h>
 
4
// 
 
5
// // #include <Eris/View.h>
 
6
// 
 
7
// #include "components/ogre/AvatarController.h"
 
8
// #include "components/ogre/Avatar.h"
 
9
// #include "components/ogre/AvatarCamera.h"
 
10
// #include "components/ogre/EmberOgre.h"
 
11
// 
 
12
// #include "components/ogre/EmberEntityFactory.h"
 
13
// 
 
14
// #include "components/ogre/EmberEntity.h"
 
15
// #include "components/ogre/EmberPhysicalEntity.h"
 
16
// #include "components/ogre/PersonEmberEntity.h"
 
17
// #include "components/ogre/AvatarEmberEntity.h"
 
18
// #include "components/ogre/WorldEmberEntity.h"
 
19
// 
 
20
// #include "components/ogre/MousePicker.h"
 
21
// 
 
22
// #include "components/ogre/MotionManager.h"
 
23
// #include "components/ogre/GUIManager.h"
 
24
// #include "components/ogre/TerrainGenerator.h"
 
25
// 
 
26
// #include "components/ogre/model/Model.h"
 
27
// 
 
28
// #include "components/ogre/widgets/Widget.h"
 
29
// 
 
30
// #include "components/ogre/input/Input.h"
 
31
// 
 
32
// #include "components/ogre/jesus/Jesus.h"
 
33
 
 
34
#include "LuaConnector.h"
 
35
#include "LuaConsoleObject.h"
 
36
#include "OgreUtils.h"
 
37
//#include "LuaConnector.h"
 
38
 
 
39
// Ember::EmberServices::getSingletonPtr()->getConfigService()->EventChangedConfigItem.connect(sigc::mem_fun(*this, &AvatarCamera::ConfigService_EventChangedConfigItem));