7 lines
104 B
C
7 lines
104 B
C
|
#ifndef BREAKOUT_DEMO_H_
|
||
|
#define BREAKOUT_DEMO_H_
|
||
|
|
||
|
void breakout_demo();
|
||
|
|
||
|
#endif /* BREAKOUT_DEMO_H_ */
|