1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-05-21 14:16:22 +02:00
cdf2018-principal/chef/src/points.h
2018-04-30 16:15:47 +02:00

11 lines
145 B
C

#ifndef __POINTS_H__
#define __POINTS_H__
// Public
void resetPoints();
int getPoints();
void addPoints(int points);
void showPoints();
#endif