ffgl-core 0.2.6

FFGL plugin framework
Documentation
1
2
3
4
5
6
#include <stdio.h>

void FFDebugMessage(const char *msg)
{
  fprintf(stderr, msg);
}