misc/libopenalbridge/tester.c
author unc0rr
Sun, 06 Feb 2011 21:50:29 +0300
changeset 4932 f11d80bac7ed
parent 3697 d5b30d6373fc
permissions -rw-r--r--
- Take into account hlint suggestions - Fix almost all warnings

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

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

    openal_init();

    openal_close();

    return 0;
}