misc/libopenalbridge/tester.c
author sheepluva
Wed, 05 Jun 2013 16:28:30 +0200
changeset 9137 d987230b85ed
parent 3697 d5b30d6373fc
permissions -rw-r--r--
fixed all engine compilation hints and notes (that I could see)

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

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

    openal_init();

    openal_close();

    return 0;
}