cleanup
svn-id: r8106
This commit is contained in:
parent
e62091f008
commit
d0320a6ff0
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
||||||
|
|
||||||
|
#if defined(USE_NULL_DRIVER)
|
||||||
|
|
||||||
/* NULL video driver */
|
/* NULL video driver */
|
||||||
class OSystem_NULL : public OSystem {
|
class OSystem_NULL : public OSystem {
|
||||||
public:
|
public:
|
||||||
|
@ -90,3 +92,5 @@ OSystem *OSystem_NULL_create() {
|
||||||
OSystem *OSystem_NULL_create() {
|
OSystem *OSystem_NULL_create() {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue