FlyByWireCpp/main.cpp

15 lines
131 B
C++
Raw Normal View History

2019-03-28 16:38:50 +01:00
#include <iostream>
#include "utils.hpp"
2019-11-17 14:20:19 +01:00
#include "FlyByWire.hpp"
2019-03-28 16:38:50 +01:00
using std::cout;
using std::endl;
int main()
{
2019-11-17 14:20:19 +01:00
2019-03-28 16:38:50 +01:00
return 0;
}