00001 /* 00002 Debris - A 3D-Space-Shooter Game based on OpenGL 00003 Copyright (C) 2002 Daniel Wagner <daniel@kwaxi.org> and 00004 Sebastian Zambal <e9826978@student.tuwien.ac.at> 00005 00006 file: DObject.h 00007 */ 00008 00009 #pragma once 00010 00012 00015 class DObject { 00016 public: 00017 DObject(void); 00018 };