summaryrefslogtreecommitdiffhomepage
path: root/nGenEx/Universe.h
diff options
context:
space:
mode:
Diffstat (limited to 'nGenEx/Universe.h')
-rw-r--r--nGenEx/Universe.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/nGenEx/Universe.h b/nGenEx/Universe.h
index d599586..8e5413d 100644
--- a/nGenEx/Universe.h
+++ b/nGenEx/Universe.h
@@ -1,15 +1,15 @@
/* Project nGen
- John DiCamillo
- Copyright © 1997-2002. All Rights Reserved.
+ John DiCamillo
+ Copyright © 1997-2002. All Rights Reserved.
- SUBSYSTEM: nGen.lib
- FILE: Universe.h
- AUTHOR: John DiCamillo
+ SUBSYSTEM: nGen.lib
+ FILE: Universe.h
+ AUTHOR: John DiCamillo
- OVERVIEW
- ========
- Abstract Universe class
+ OVERVIEW
+ ========
+ Abstract Universe class
*/
#ifndef Universe_h
@@ -22,10 +22,10 @@
class Universe
{
public:
- Universe() { }
- virtual ~Universe() { }
+ Universe() { }
+ virtual ~Universe() { }
- virtual void ExecFrame(double seconds) { }
+ virtual void ExecFrame(double seconds) { }
};
#endif Universe_h