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