Small warning fix + double inclusion protection (can always be useful
:) ). svn-id: r4395
This commit is contained in:
parent
da43c14569
commit
4387c22d30
3 changed files with 21 additions and 4 deletions
5
system.h
5
system.h
|
@ -20,6 +20,9 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef _SYSTEM_H
|
||||
#define _SYSTEM_H
|
||||
|
||||
/* Interface to what's below ScummVM */
|
||||
|
||||
class OSystem {
|
||||
|
@ -178,3 +181,5 @@ enum {
|
|||
GD_MAC,
|
||||
GD_DC
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue