summaryrefslogtreecommitdiffhomepage
path: root/nGenEx/Res.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nGenEx/Res.cpp')
-rw-r--r--nGenEx/Res.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/nGenEx/Res.cpp b/nGenEx/Res.cpp
index 60903be..a3ddd81 100644
--- a/nGenEx/Res.cpp
+++ b/nGenEx/Res.cpp
@@ -1,15 +1,15 @@
/* Project nGenEx
- Destroyer Studios LLC
- Copyright © 1997-2004. All Rights Reserved.
+ Destroyer Studios LLC
+ Copyright © 1997-2004. All Rights Reserved.
- SUBSYSTEM: nGenEx.lib
- FILE: Res.cpp
- AUTHOR: John DiCamillo
+ SUBSYSTEM: nGenEx.lib
+ FILE: Res.cpp
+ AUTHOR: John DiCamillo
- OVERVIEW
- ========
- Abstract Resource class
+ OVERVIEW
+ ========
+ Abstract Resource class
*/
#include "MemDebug.h"
@@ -20,7 +20,7 @@
static int RESOURCE_KEY = 1;
Resource::Resource()
- : id((HANDLE) RESOURCE_KEY++)
+: id((HANDLE) RESOURCE_KEY++)
{ }
Resource::~Resource()