Saturday, January 14, 2006

 

fmodex loading .dll's probily doesn't quite do it.

//I am probily not quite right with the c commands
//hopefully I am not way off...



#include "../../api/inc/fmod.h"
#include "../../api/inc/fmod_errors.h"
#include
#include
#include

int loadplugin(char[32])
{
FMOD_System_SetPluginPath(system, "../../api/plugins");
FMOD_System_LoadPlugin(system, loadplugin, 0, 0);
}

Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?