mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 00:38:36 -07:00
Jetpack joyride and NFC Maker apps
This commit is contained in:
14
applications/external/jetpack_joyride/includes/point.h
vendored
Normal file
14
applications/external/jetpack_joyride/includes/point.h
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef POINT_H
|
||||
#define POINT_H
|
||||
|
||||
typedef struct {
|
||||
int x;
|
||||
int y;
|
||||
} POINT;
|
||||
|
||||
typedef struct {
|
||||
float x;
|
||||
float y;
|
||||
} POINTF;
|
||||
|
||||
#endif // POINT_H
|
||||
Reference in New Issue
Block a user