dashboard
repositories
filestore
activity
search
login
main
/
bomex
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added names and ready notice
Joel Grunbaum
2022-01-20
441abf1e6a15a39f1ef7bf5e4ee2a4a43bff327b
[bomex.git]
/
strat.hpp
1
2
3
4
5
6
7
8
#pragma once
namespace strat
{
void initialise();
void destroy();
void mainLoop();
} // namespace strat