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