Skip to content
Snippets Groups Projects
Commit 713ab75c authored by elenziat's avatar elenziat
Browse files

name include guard in uppercase letters

parent 0aa7a30b
No related branches found
No related tags found
No related merge requests found
#ifndef controller_H #ifndef CONTROLLER_H
#define controller_H #define CONTROLLER_H
int controller(int w, int y, int maxControl); int controller(int w, int y, int maxControl);
#endif // controller_H #endif // CONTROLLER_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment