mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-20 02:15:32 +00:00
Initial commit of current work on Prime World Editor
This commit is contained in:
16
Scene/CBoundingBoxNode.h
Normal file
16
Scene/CBoundingBoxNode.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef CBOUNDINGBOXNODE_H
|
||||
#define CBOUNDINGBOXNODE_H
|
||||
|
||||
#include "CSceneNode.h"
|
||||
|
||||
class CBoundingBoxNode
|
||||
{
|
||||
CColor mColor;
|
||||
|
||||
public:
|
||||
CBoundingBoxNode();
|
||||
~CBoundingBoxNode();
|
||||
|
||||
};
|
||||
|
||||
#endif // CBOUNDINGBOXNODE_H
|
||||
Reference in New Issue
Block a user