misc/libopenalbridge/tester.c
author Medo <smaxein@googlemail.com>
Mon, 06 Aug 2012 22:39:36 +0200
changeset 7476 2fb781bbdd51
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Hedgeroid: Start using the frontlib for more operations

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

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

    openal_init();

    openal_close();

    return 0;
}