summaryrefslogtreecommitdiffhomepage
path: root/nGenEx/Fix.cpp
diff options
context:
space:
mode:
authorFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2011-12-09 20:15:42 +0000
committerFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2011-12-09 20:15:42 +0000
commitb2805409566af00bc15639494f5a186fbd2f16e6 (patch)
tree78f87818bd262e59929d77b53f068f9120f9620f /nGenEx/Fix.cpp
parentfb436f697f21dfdf2d8fc8293bab82b998a353d1 (diff)
downloadstarshatter-b2805409566af00bc15639494f5a186fbd2f16e6.zip
starshatter-b2805409566af00bc15639494f5a186fbd2f16e6.tar.gz
starshatter-b2805409566af00bc15639494f5a186fbd2f16e6.tar.bz2
More indenting changes
Diffstat (limited to 'nGenEx/Fix.cpp')
-rw-r--r--nGenEx/Fix.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/nGenEx/Fix.cpp b/nGenEx/Fix.cpp
index f6dd213..14ebec6 100644
--- a/nGenEx/Fix.cpp
+++ b/nGenEx/Fix.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: Fix.cpp
- AUTHOR: John DiCamillo
+ SUBSYSTEM: nGenEx.lib
+ FILE: Fix.cpp
+ AUTHOR: John DiCamillo
- OVERVIEW
- ========
- Fixed point number class with 16 bits of fractional precision
+ OVERVIEW
+ ========
+ Fixed point number class with 16 bits of fractional precision
*/
#include "MemDebug.h"