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
62extern "C" {
63#endif
64void autonomous(void);
65void initialize(void);
66void disabled(void);
67void competition_initialize(void);
68void opcontrol(void);
69#ifdef __cplusplus
70}
71#endif
72
73#ifdef __cplusplus
77//#include <iostream>
78#endif
79
80#endif // _PROS_MAIN_H_
void autonomous(void)