aboutsummaryrefslogtreecommitdiff
path: root/src/cObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cObject.h')
-rw-r--r--src/cObject.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/cObject.h b/src/cObject.h
index 2504d71..6f24158 100644
--- a/src/cObject.h
+++ b/src/cObject.h
@@ -3,14 +3,6 @@
#include "cRender.h"
-struct sObject
-{
- sPos pos;
- WORD **wColor;
- char **cScreen;
- int sizeX;
- int sizeY;
-};
/** cObject can be used standalone as well as inherited
* every cObject has its own framebuffer as well as position viariables to be moveable.
@@ -48,11 +40,6 @@ public:
*/
void setPosition(int _x, int _y);
- /** Returns sObject with framebuffer and current position
- * DEPRECATED
- */
- sObject getObject();
-
/** Writes object to framebuffer with offset _cameraPosition
*/
void write(cRender *_render, sPos _cameraPosition);