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

12 lines
169 B
C
Raw Normal View History

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