00001 #ifndef __FORMATION_H__ 00002 #define __FORMATION_H__ 00003 00004 #pragma once 00005 00006 00007 namespace ASR 00008 { 00009 class Formation 00010 { 00011 // Construction 00012 // ---------------------------------------------------------------------------- 00013 public: 00014 Formation (); 00015 ~Formation (); 00016 }; 00017 } 00018 00019 #endif