comparison Game.h @ 194:650d96af8855

Vis overhaul; sprites can be picked by mouse
author Nomad
date Sat, 16 Feb 2013 18:32:37 +0200
parents 2fb33d31ca0d
children 61343380715b
comparison
equal deleted inserted replaced
192:1c8add70bcf9 194:650d96af8855
85 protected: ~Game(); 85 protected: ~Game();
86 86
87 public: 87 public:
88 void _44E904(); 88 void _44E904();
89 bool InitializeGammaController(); 89 bool InitializeGammaController();
90 char PickMouse(float fPickDepth, unsigned int uMouseX, unsigned int uMouseY, bool bOutline, struct stru157 *a5, struct stru157 *a6); 90 bool PickMouse(float fPickDepth, unsigned int uMouseX, unsigned int uMouseY, bool bOutline, struct Vis_SelectionFilter *sprite_filter, struct Vis_SelectionFilter *face_filter);
91 bool _44EB12(bool bOutline, struct stru157 *a3, struct stru157 *a4); 91 bool PickKeyboard(bool bOutline, struct Vis_SelectionFilter *sprite_filter, struct Vis_SelectionFilter *face_filter);
92 void OutlineSelection(); 92 void OutlineSelection();
93 signed int _44EC23(struct stru148 *a2, int *a3, signed int a4); 93 signed int _44EC23(struct stru148 *a2, int *a3, signed int a4);
94 signed int _44ED0A(struct BLVFace *a2, int *a3, signed int a4); 94 signed int _44ED0A(struct BLVFace *a2, int *a3, signed int a4);
95 bool AlterGamma(struct BLVFace *pFace, unsigned int *pColor); 95 bool AlterGamma(struct BLVFace *pFace, unsigned int *pColor);
96 bool _44EE30(struct ODMFace *a2, int a3); 96 bool _44EE30(struct ODMFace *a2, int a3);