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

« back to all changes in this revision

Viewing changes to src/components/ogre/scripting/bindings/lua/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/environment/Environment.h"
 
21
 
 
22
#include "components/ogre/MousePicker.h"
 
23
 
 
24
#include "components/ogre/MotionManager.h"
 
25
#include "components/ogre/GUIManager.h"
 
26
#include "components/ogre/terrain/TerrainInfo.h"
 
27
#include "components/ogre/terrain/TerrainGenerator.h"
 
28
#include "components/ogre/terrain/TerrainEditor.h"
 
29
#include "components/ogre/terrain/TerrainArea.h"
 
30
 
 
31
#include "components/ogre/model/Model.h"
 
32
#include "components/ogre/model/SubModel.h"
 
33
 
 
34
#include "components/ogre/widgets/Widget.h"
 
35
 
 
36
#include "components/ogre/jesus/Jesus.h"
 
37
 
 
38
#include "components/ogre/MathConverter.h"
 
39
 
 
40
#include "components/ogre/widgets/MovableObjectRenderer.h"
 
41
#include "components/ogre/widgets/OgreEntityRenderer.h"
 
42
#include "components/ogre/widgets/ModelRenderer.h"
 
43
#include "components/ogre/widgets/ListHolder.h"
 
44
#include "components/ogre/widgets/Vector3Adapter.h"
 
45
#include "components/ogre/widgets/QuaternionAdapter.h"
 
46
#include "components/ogre/widgets/EntityEditor.h"
 
47
#include "components/ogre/widgets/StackableContainer.h"
 
48
#include "components/ogre/widgets/ConsoleAdapter.h"
 
49
#include "components/ogre/widgets/ColouredListItem.h"
 
50
#include "components/ogre/widgets/adapters/atlas/MapAdapter.h"
 
51
 
 
52
#include "components/ogre/widgets/IconBar.h"
 
53
#include "components/ogre/widgets/IconBase.h"
 
54
//#include "components/ogre/widgets/MaterialPicker.h"
 
55
 
 
56
#include "components/ogre/model/Model.h"
 
57
#include "components/ogre/model/ModelDefinition.h"
 
58
#include "components/ogre/model/ModelDefinitionManager.h"
 
59
#include "components/ogre/model/ModelDefinitionAtlasComposer.h"
 
60
 
 
61
#include "components/ogre/IWorldPickListener.h"
 
62
#include "components/ogre/EntityWorldPickListener.h"
 
63
 
 
64
#include "components/ogre/manipulation/EntityMoveManager.h"
 
65
 
 
66
#include "components/ogre/OgreInfo.h"
 
67
 
 
68
#include "components/ogre/SimpleRenderContext.h"
 
69
 
 
70
 
 
71
#include "components/ogre/widgets/icons/Icon.h"
 
72
#include "components/ogre/widgets/icons/IconManager.h"
 
73
 
 
74
#include "components/ogre/widgets/EntityIconSlot.h"
 
75
#include "components/ogre/widgets/EntityIcon.h"
 
76
#include "components/ogre/widgets/EntityIconManager.h"
 
77
#include "components/ogre/widgets/EntityIconDragDropTarget.h"
 
78
 
 
79
#include "components/ogre/AttributeObserver.h"
 
80
 
 
81
//#include "components/ogre/scripting/LuaConnector.h"
 
82
//#include "LuaConnector.h"
 
83
 
 
84
// Ember::EmberServices::getSingletonPtr()->getConfigService()->EventChangedConfigItem.connect(sigc::mem_fun(*this, &AvatarCamera::ConfigService_EventChangedConfigItem));