diff -r d57af3defd56 -r 41b46f83d088 tools/MissionsEditor/MissionsEditor.pro --- a/tools/MissionsEditor/MissionsEditor.pro Fri Oct 30 19:41:39 2009 +0000 +++ b/tools/MissionsEditor/MissionsEditor.pro Sun Nov 01 17:19:55 2009 +0000 @@ -5,8 +5,11 @@ TEMPLATE = app SOURCES += main.cpp \ editor.cpp \ - teamedit.cpp + teamedit.cpp \ + hedgehogedit.cpp HEADERS += editor.h \ - teamedit.h + teamedit.h \ + hedgehogedit.h FORMS += editor.ui \ - teamedit.ui + teamedit.ui \ + hedgehogedit.ui