misc/libopenalbridge/tester.c
author sheepluva
Thu, 29 Sep 2011 00:13:52 +0200
changeset 6062 2827ded8a5ef
parent 3697 d5b30d6373fc
permissions -rw-r--r--
rename misc.{h,cpp} to the name of the class they contain (FreqSpinBox)

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

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

    openal_init();

    openal_close();

    return 0;
}