Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
refactor: Provide main entrypoint
Browse files Browse the repository at this point in the history
As we should have such.

Signed-off-by: Alexander Kurbatov <alkurbatov@virtuozzo.com>
  • Loading branch information
Alexander Kurbatov committed Jan 12, 2020
1 parent c6d804f commit b80cdba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ target_sources(Observer
PRIVATE
CameraModule.h
CameraModule.cpp
Observer.cpp
main.cpp
Timer.hpp
Tools.h
ToolsCommon.cpp
Expand Down
1 change: 0 additions & 1 deletion src/Observer.cpp → src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ int main(int argc, char* argv[])
std::cout << "Please provide the replay path as command line argument." << std::endl;
return 1;
}
// FIXME(alkurbatov): Launch in fullscreen mode!
while (coordinator.Update() && !coordinator.AllGamesEnded())
{
}
Expand Down

0 comments on commit b80cdba

Please sign in to comment.