diff options
Diffstat (limited to 'engines/sci/include/gfx_driver.h')
-rw-r--r-- | engines/sci/include/gfx_driver.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/include/gfx_driver.h b/engines/sci/include/gfx_driver.h index 4257bf46d9..8319c6ee14 100644 --- a/engines/sci/include/gfx_driver.h +++ b/engines/sci/include/gfx_driver.h @@ -29,6 +29,7 @@ #include "sci/include/gfx_system.h" #include "sci/include/uinput.h" +namespace Sci { typedef enum { GFX_BUFFER_FRONT = 0, @@ -316,4 +317,6 @@ typedef struct _gfx_driver { /* Graphics driver */ } gfx_driver_t; +} // End of namespace Sci + #endif /* !_SCI_GFX_DRIVER_H_ */ |