Stick_Runner
Dependencies: FXOS8700CQ Gamepad N5110 SDFileSystem mbed
Diff: Gems/Gems.h
- Revision:
- 4:2fdafb53eac2
- Parent:
- 3:0c690f1c04d8
- Child:
- 5:1bf7c83f86cc
diff -r 0c690f1c04d8 -r 2fdafb53eac2 Gems/Gems.h --- a/Gems/Gems.h Wed May 03 09:27:04 2017 +0000 +++ b/Gems/Gems.h Wed May 03 18:00:37 2017 +0000 @@ -1,3 +1,4 @@ + #ifndef Gems_H #define Gems_H @@ -6,11 +7,12 @@ #include "Gamepad.h" -/** Class Character +/** Class Gems @brief Class responsible for all the functionality of the gem including intialization, drawing, moving, checking whether the character consumes it @brief and updating it @author Samrudh Sharma @date +@classes */ class Gems { @@ -70,4 +72,4 @@ bool gStatus; //Variable to store the Obstacles status }; -#endif \ No newline at end of file +#endif