Changeset 195 for GtkRadiant/branches/ZeroRadiant/include/igl.h
- Timestamp:
- 02/18/08 14:54:58 (10 months ago)
- Files:
-
- GtkRadiant/branches/ZeroRadiant/include/igl.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
GtkRadiant/branches/ZeroRadiant/include/igl.h
r183 r195 39 39 { 40 40 public: 41 virtual ~IGL2DWindow() { } 41 42 // Increment the number of references to this object 42 43 virtual void IncRef () = 0; … … 50 51 { 51 52 public: 53 virtual ~IGL3DWindow() { } 52 54 // Increment the number of references to this object 53 55 virtual void IncRef () = 0;
