Small warning fix + double inclusion protection (can always be useful

:) ).

svn-id: r4395
This commit is contained in:
Lionel Ulmer 2002-06-02 20:28:09 +00:00
parent da43c14569
commit 4387c22d30
3 changed files with 21 additions and 4 deletions

View file

@ -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