misc/libopenalbridge/tester.c
author sheepluva
Thu, 03 May 2012 03:18:10 +0200
changeset 7011 f6f09a0954ea
parent 3697 d5b30d6373fc
permissions -rw-r--r--
small tweaks/fixes to room list header saving and restore... setModel should be really done in the constructor of the page IMO btw

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

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

    openal_init();

    openal_close();

    return 0;
}