diff --git a/stepmania/src/RageTimer.h b/stepmania/src/RageTimer.h index fffddd3d28..4bfbf652ab 100644 --- a/stepmania/src/RageTimer.h +++ b/stepmania/src/RageTimer.h @@ -1,4 +1,6 @@ -#pragma once +#ifndef RAGE_TIMER_H +#define RAGE_TIMER_H + /* ----------------------------------------------------------------------------- File: RageTimer.h @@ -27,3 +29,5 @@ private: extern RageTimer* TIMER; // global and accessable from anywhere in our program + +#endif