Refactor start
This commit is contained in:
13
include/renderer.hpp
Normal file
13
include/renderer.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef RENDERER_H
|
||||
#define RENDERER_H
|
||||
|
||||
#include "object.hpp"
|
||||
|
||||
class Renderer {
|
||||
public:
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user