Initial commit - restart from existing code
This commit is contained in:
10
src/Engine/Core/Component/Camera/CAbstractCamera.hpp
Normal file
10
src/Engine/Core/Component/Camera/CAbstractCamera.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef CABSTRACTCAMERA_HPP
|
||||
#define CABSTRACTCAMERA_HPP
|
||||
#include "../CAbstractComponent.hpp"
|
||||
namespace CosmicCore {
|
||||
class CAbstractCamera: CAbstractComponent
|
||||
{
|
||||
|
||||
};
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user