misc/libopenalbridge/tester.c
author Xeli
Sat, 02 Jun 2012 22:31:41 +0200
changeset 7167 0b3b306f129a
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Android: added a callback to java to determine dpi/dip how much we should scale the ui

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

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

    openal_init();

    openal_close();

    return 0;
}