misc/libopenalbridge/tester.c
author koda
Tue, 26 Mar 2013 01:20:06 +0100
changeset 8786 da1b1d19bd4c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
link stdc++ (for physfs on linux) only when targetting 32bit

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

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

    openal_init();

    openal_close();

    return 0;
}