misc/libopenalbridge/tester.c
author nemo
Mon, 14 Nov 2011 16:17:58 -0500
changeset 6377 3ce19204b14b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Since I'm storing the text string anyway, might as well recreate captions on resize as well

#include <stdio.h>
#include "openalbridge.h"

int main (int argc, int **argv) {

    openal_init();

    openal_close();

    return 0;
}