Fix a random #pragma once.

This commit is contained in:
Glenn Maynard
2002-10-20 05:14:39 +00:00
parent e3a03499dc
commit 833fc3ccdb
+5 -1
View File
@@ -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