mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 17:03:13 +00:00
cleanup
svn-id: r8106
This commit is contained in:
parent
e62091f008
commit
d0320a6ff0
@ -24,6 +24,8 @@
|
||||
#include "system.h"
|
||||
|
||||
|
||||
#if defined(USE_NULL_DRIVER)
|
||||
|
||||
/* NULL video driver */
|
||||
class OSystem_NULL : public OSystem {
|
||||
public:
|
||||
@ -90,3 +92,5 @@ OSystem *OSystem_NULL_create() {
|
||||
OSystem *OSystem_NULL_create() {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user