/* Copyright (C) 2001 Michael Leonhard
 * Mike Leonhard
 * mike at tamale dot net
 * http://tamale.net/
 */

#include <assert.h>
#include <string.h>
#include "sebae.h"

int InitSebaeModule( struct SebaeVM *vm ) {
	printf( "InitSebaeModule( 0x%08X );\n", vm );
	return 1;
	}
