borgware-2d/src/animations/breakout_demo.c

7 lines
85 B
C

#include "../games/breakout/breakout.h"
void breakout_demo()
{
borg_breakout(1);
}