Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
mac fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohan authored and Yohan committed Apr 14, 2019
1 parent 3aef3ac commit f3a8761
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions SubHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ using namespace std;
#include "Procedures/ShutdownProcedure.h"
#include "Procedures/ClimbProcedures.h"
#include "Procedures/DescentProcedures.h"
#include "Procedures/PowerUpProcedure.cpp"
#include "Procedures/PreflightProcedure.cpp"
#include "Procedures/BeforeTaxiProcedure.cpp"
#include "Procedures/BeforeTakeoffProcedure.cpp"
#include "Procedures/CleanupProcedure.cpp"
#include "Procedures/ShutdownProcedure.cpp"
#include "Procedures/ClimbProcedures.cpp"
#include "Procedures/DescentProcedures.cpp"

void SubHandler::finishProcedure(int id)
{
Expand Down
Binary file not shown.

0 comments on commit f3a8761

Please sign in to comment.