ZestCode
Loading...
Searching...
No Matches
main.h
Go to the documentation of this file.
1
14
15
#ifndef _PROS_MAIN_H_
16
#define _PROS_MAIN_H_
17
27
#define PROS_USE_SIMPLE_NAMES
28
35
#define PROS_USE_LITERALS
36
37
#include "
api.h
"
38
42
//#include "okapi/api.hpp"
43
52
// using namespace pros;
53
// using namespace pros::literals;
54
// using namespace okapi;
55
61
#ifdef __cplusplus
62
extern
"C"
{
63
#endif
64
void
autonomous
(
void
);
65
void
initialize(
void
);
66
void
disabled(
void
);
67
void
competition_initialize(
void
);
68
void
opcontrol(
void
);
69
#ifdef __cplusplus
70
}
71
#endif
72
73
#ifdef __cplusplus
77
//#include <iostream>
78
#endif
79
80
#endif
// _PROS_MAIN_H_
api.h
autonomous
void autonomous(void)
include
main.h
Generated by
1.13.2