D:/simple_rts/include/LineFormation.h

Go to the documentation of this file.
00001 #ifndef __LINE_FORMATION_H__
00002 #define __LINE_FORMATION_H__
00003 
00004 #pragma once
00005 
00006 #include "Formation.h"
00007 
00008 // ----------------------------------------------------------------------------
00009 namespace ASR
00010 {
00011         class LineFormation : public Formation
00012         {
00013         // Construction
00014         // ----------------------------------------------------------------------------
00015         public:
00016                 LineFormation ();
00017                 ~LineFormation ();
00018         };
00019 }
00020 
00021 #endif

Generated on Sun Jun 25 19:23:43 2006 for Valors End by  doxygen 1.4.7