We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c7985 commit f9f7355Copy full SHA for f9f7355
include/pros/competition.hpp
@@ -74,4 +74,13 @@ void register_driver_control(std::function<void()> callable);
74
* @param callable
75
*/
76
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();
86
} // namespace zest::competition
src/competition.hpp
0 commit comments