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