mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 11:24:00 +02:00
- added proper constructor and initialize member vars
This commit is contained in:
@@ -24,11 +24,14 @@ using Platform::PlatformContextGl;
|
||||
// class ContextGl
|
||||
// =====================================================
|
||||
|
||||
class ContextGl: public Context{
|
||||
class ContextGl: public Context {
|
||||
protected:
|
||||
PlatformContextGl pcgl;
|
||||
|
||||
public:
|
||||
ContextGl();
|
||||
virtual ~ContextGl(){}
|
||||
|
||||
virtual void init();
|
||||
virtual void end();
|
||||
virtual void reset(){};
|
||||
|
Reference in New Issue
Block a user