1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-06-25 20:49:00 +02:00
cdf2018-principal/chef/src/points.h

11 lines
145 B
C
Raw Normal View History

2018-04-30 16:15:47 +02:00
#ifndef __POINTS_H__
#define __POINTS_H__
// Public
void resetPoints();
int getPoints();
void addPoints(int points);
void showPoints();
#endif