1 2 3 4 5 6 7 8
#ifndef _SCORE_H_ #define _SCORE_H_ void add_score(int s); int get_score(); int get_level(); #endif