Mercurial > hg > beaglert
diff examples/core/render.cpp @ 450:d2dfa1718edb prerelease
Added core example project, which allows editing of the core Bela source in the IDE. It requires 'building' in update_board
author | Liam Donovan <l.b.donovan@qmul.ac.uk> |
---|---|
date | Sun, 19 Jun 2016 22:28:34 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/core/render.cpp Sun Jun 19 22:28:34 2016 +0100 @@ -0,0 +1,16 @@ +#include <Bela.h> + +bool setup(BelaContext *context, void *userData) +{ + return true; +} + +void render(BelaContext *context, void *userData) +{ + +} + +void cleanup(BelaContext *context, void *userData) +{ + +} \ No newline at end of file