diff options
Diffstat (limited to 'engines/sci/sfx/sfx_timer.h')
-rw-r--r-- | engines/sci/sfx/sfx_timer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/sfx/sfx_timer.h b/engines/sci/sfx/sfx_timer.h index 19971124e6..ffeb208a8f 100644 --- a/engines/sci/sfx/sfx_timer.h +++ b/engines/sci/sfx/sfx_timer.h @@ -23,8 +23,8 @@ * */ -#ifndef _FREESCI_SFX_TIMER_H_ -#define _FREESCI_SFX_TIMER_H_ +#ifndef SCI_SFX_SFX_TIMER_H +#define SCI_SFX_SFX_TIMER_H #include "sci/sfx/sfx_core.h" @@ -53,4 +53,4 @@ struct sfx_timer_t { } // End of namespace Sci -#endif /* !_FREESCI_SFX_TIMER_H_ */ +#endif // SCI_SFX_SFX_TIMER_H |