Early commits of my project
Dependencies: mbed Gamepad N5110
sprites.h@5:f09602591ad3, 2019-03-13 (annotated)
- Committer:
- el17arm
- Date:
- Wed Mar 13 15:23:03 2019 +0000
- Revision:
- 5:f09602591ad3
Fixed jump issue, next step is create a class where I will store the main character sprite and its mechanics
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
el17arm | 5:f09602591ad3 | 1 | #ifndef SPRITES_H |
el17arm | 5:f09602591ad3 | 2 | #define SPRITES_H |
el17arm | 5:f09602591ad3 | 3 | |
el17arm | 5:f09602591ad3 | 4 | #include "mbed.h" |
el17arm | 5:f09602591ad3 | 5 | #include "N5110.h" |
el17arm | 5:f09602591ad3 | 6 | #include "Gamepad.h" |
el17arm | 5:f09602591ad3 | 7 | |
el17arm | 5:f09602591ad3 | 8 | #endif |