commit | e55ef3d8f27c3b9989ef2e3ca174195abff407eb | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Dec 19 09:12:40 2016 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Jan 12 12:27:05 2017 -0500 |
tree | 89d5aa6e3ae1136e96c212659cef8072985cbb4f | |
parent | 03476f11e9862cd9436147aa22d6a06f9f09e2f4 [diff] [blame] |
Remove main loop from application file Isolate main in its own file for maximum flexibility when linking. Change-Id: I7b1f591386d69a7044c65e7aab2116626166e4ff Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/mainloop.hpp b/mainloop.hpp new file mode 100644 index 0000000..d3a5f96 --- /dev/null +++ b/mainloop.hpp
@@ -0,0 +1,3 @@ +#pragma once + +int serverMain(const char* path);