Init version
This commit is contained in:
10
DEC_GUI/DEC-0.0/environment/AbstractEnvironment.h
Normal file
10
DEC_GUI/DEC-0.0/environment/AbstractEnvironment.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "AbstractRegion.h"
|
||||
#include <vector>
|
||||
|
||||
class Environment {
|
||||
protected:
|
||||
std::vector<Region> regions;
|
||||
public:
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user