// Watchful Eye main file #include #include "version.h" int main(int argc, char* argv[]) { std::cout << "Watchful Eye " APPVERSION "\n"; std::cin.get(); return EXIT_SUCCESS; }