mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 10:48:34 +02:00
+ Parsing object system
This commit is contained in:
@ -39,7 +39,7 @@ class Object
|
||||
SPHERE,
|
||||
};
|
||||
|
||||
virtual Type getType() const = 0;
|
||||
virtual Type getType() const = 0;
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user