14 lines
105 B
C++
14 lines
105 B
C++
|
|
#ifndef RENDERER_H
|
||
|
|
#define RENDERER_H
|
||
|
|
|
||
|
|
#include "object.hpp"
|
||
|
|
|
||
|
|
class Renderer {
|
||
|
|
public:
|
||
|
|
|
||
|
|
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif
|
||
|
|
|