misc/libopenalbridge/tester.c
author koda
Sun, 12 Feb 2012 15:35:06 +0100
changeset 6675 dab56311daa5
parent 3697 d5b30d6373fc
permissions -rw-r--r--
tipped by xeli, ammomenu texture needs to be redrawn on resize to update its position

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

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

    openal_init();

    openal_close();

    return 0;
}