added rlutil.h
This commit is contained in:
@@ -5,4 +5,12 @@
|
||||
#ifndef CS3460_CPP_RENDERERCONSOLE_HPP
|
||||
#define CS3460_CPP_RENDERERCONSOLE_HPP
|
||||
|
||||
#include "Renderer.hpp"
|
||||
#include "rlutil.h"
|
||||
|
||||
class RendererConsole : public Renderer
|
||||
{
|
||||
public:
|
||||
void render(const LifeSimulator& simulation);
|
||||
};
|
||||
#endif //CS3460_CPP_RENDERERCONSOLE_HPP
|
||||
|
||||
Reference in New Issue
Block a user