view examples/minimal/render.cpp @ 449:5e79364c9b1d prerelease

Remove old SYNTAX target in Makefile, which was causing the syntax check to behave wrong occasioinally. Also fixed update_board.
author Liam Donovan <l.b.donovan@qmul.ac.uk>
date Sun, 19 Jun 2016 21:52:07 +0100
parents 5d05fe6feb7d
children
line wrap: on
line source
#include <Bela.h>

bool setup(BelaContext *context, void *userData)
{
	return true;
}

void render(BelaContext *context, void *userData)
{

}

void cleanup(BelaContext *context, void *userData)
{

}