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