misc/libopenalbridge/tester.c
author unc0rr
Fri, 12 Nov 2010 21:55:33 +0300
changeset 4264 c383deebd51c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Apply typo fix also here

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

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

    openal_init();

    openal_close();

    return 0;
}