add new module for formation flight and clean old files

This commit is contained in:
Gautier Hattenberger
2009-07-24 13:48:46 +00:00
parent 22fc0df546
commit 55038ac346
10 changed files with 78 additions and 497 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE module SYSTEM "module.dtd">
<module name="multi">
<header>
<file name="formation.h"/>
</header>
<init fun="formation_init()"/>
<datalink message="FORMATION_STATUS" fun="ParseFormationStatus()"/>
<datalink message="FORMATION_SLOT" fun="ParseFormationSlot()"/>
<makefile>
<file name="formation.c"/>
</makefile>
</module>