9 lines
83 B
C
9 lines
83 B
C
#ifndef PLAYER_H
|
|
#define PLAYER_H
|
|
|
|
void playerSetup();
|
|
|
|
void playerLoop();
|
|
|
|
#endif
|