(svn r17428) -Codechange: add a function to get the name of a driver
This commit is contained in:
@@ -30,6 +30,7 @@ public:
|
||||
/* virtual */ bool ChangeResolution(int w, int h);
|
||||
|
||||
/* virtual */ bool ToggleFullscreen(bool fullscreen);
|
||||
/* virtual */ const char *GetName() const { return "null"; }
|
||||
};
|
||||
|
||||
class FVideoDriver_Null: public VideoDriverFactory<FVideoDriver_Null> {
|
||||
|
Reference in New Issue
Block a user