misc/libopenalbridge/tester.c
author vitiv <nikita.utiu@gmail.com>
Sun, 30 Dec 2012 16:04:28 +0200
changeset 8345 9d9b498cfb03
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Preserve windowed resolution after manual resize

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

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

    openal_init();

    openal_close();

    return 0;
}