IEBrowser class added

This commit is contained in:
MusicalProgrammer
2018-07-07 20:55:18 -04:00
parent ee1258b177
commit fe65f8945c
9 changed files with 147 additions and 47 deletions

View File

@@ -17,4 +17,5 @@ public:
static const int patch;
static G3D::TextureRef surface;
static int surfaceId;
};
static const std::string PlaceholderName;
};