1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-05-17 20:45:59 +02:00
cdf2018-principal/chef/src/points.h
2018-05-02 08:26:35 +02:00

12 lines
169 B
C

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