Théophile Bastian
0db274b099
Keys: space for toggle pause, < and > for speed control, 0 to reset speed
8 lines
154 B
C++
8 lines
154 B
C++
#pragma once
|
|
|
|
#include "Ball.hpp"
|
|
|
|
void init_periodic_static(Ball* ball);
|
|
void periodic_update();
|
|
|
|
void periodic_kb_handler(unsigned char key, int, int);
|