From b2805409566af00bc15639494f5a186fbd2f16e6 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Fri, 9 Dec 2011 20:15:42 +0000 Subject: More indenting changes --- nGenEx/Director.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'nGenEx/Director.h') diff --git a/nGenEx/Director.h b/nGenEx/Director.h index 7eda1b2..e9acb25 100644 --- a/nGenEx/Director.h +++ b/nGenEx/Director.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: Director.h - AUTHOR: John DiCamillo + SUBSYSTEM: nGen.lib + FILE: Director.h + AUTHOR: John DiCamillo - OVERVIEW - ======== - Abstract Director (AI or Human Input) for Physical Objects + OVERVIEW + ======== + Abstract Director (AI or Human Input) for Physical Objects */ #ifndef Director_h @@ -27,15 +27,15 @@ class Physical; class Director { public: - Director() { } - virtual ~Director() { } + Director() { } + virtual ~Director() { } - // accessors: - virtual int Type() const { return 0; } - virtual int Subframe() const { return 0; } + // accessors: + virtual int Type() const { return 0; } + virtual int Subframe() const { return 0; } - // operations - virtual void ExecFrame(double factor) { } + // operations + virtual void ExecFrame(double factor) { } }; // +--------------------------------------------------------------------+ -- cgit v1.1