Adds InputWindowElement.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "iDrawable.h"
|
||||
@@ -46,6 +47,8 @@ class Frame : public iDrawable, public iWritable {
|
||||
}
|
||||
}
|
||||
|
||||
std::string input;
|
||||
|
||||
private:
|
||||
std::vector<const iDrawable*> draw_;
|
||||
std::vector<const iWritable*> write_;
|
||||
|
Reference in New Issue
Block a user