misc/libopenalbridge/tester.c
author koda
Mon, 25 Apr 2011 01:46:54 +0200
changeset 5172 88f2e05288ba
parent 3697 d5b30d6373fc
permissions -rw-r--r--
aaand let's add freetype as well while we are at it other smaller changes

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

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

    openal_init();

    openal_close();

    return 0;
}