Skip to content

Commit f9f7355

Browse files
committed
remove internal competition.hpp header file
1 parent f1c7985 commit f9f7355

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

include/pros/competition.hpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,13 @@ void register_driver_control(std::function<void()> callable);
7474
* @param callable
7575
*/
7676
void register_disabled(std::function<void()> callable);
77+
78+
/**
79+
* @brief initialize the competition control task
80+
*
81+
* TODO: figure out how to hide this from the user
82+
*
83+
* This function is called after `int main` is called.
84+
*/
85+
void initialize();
7786
} // namespace zest::competition

src/competition.hpp

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)