misc/libopenalbridge/tester.c
author koda
Sat, 24 Sep 2011 02:23:15 +0200
changeset 6004 b92a6626b0e5
parent 3697 d5b30d6373fc
permissions -rw-r--r--
use a real button instead of a cellview in statspage

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

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

    openal_init();

    openal_close();

    return 0;
}