misc/libopenalbridge/tester.c
author nemo
Fri, 12 Nov 2010 12:35:30 -0500
changeset 4262 154253f77b03
parent 3697 d5b30d6373fc
permissions -rw-r--r--
ok... combine a tick check with texture percentage check. this should be a lot less frequent

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

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

    openal_init();

    openal_close();

    return 0;
}