|
|
@ -1,20 +1,20 @@
|
|
|
|
#pragma once
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
#include <ctype.h>
|
|
|
|
#include <ctype.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <assert.h>
|
|
|
|
#include <assert.h>
|
|
|
|
#include "zimAccessor.h"
|
|
|
|
#include "zimAccessor.h"
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
|
|
|
extern "C" {
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
typedef void * HZIMCLASS;
|
|
|
|
typedef void * HZIMCLASS;
|
|
|
|
|
|
|
|
|
|
|
|
HZIMCLASS ZimAccessor_Create( void );
|
|
|
|
HZIMCLASS ZimAccessor_Create(void);
|
|
|
|
|
|
|
|
|
|
|
|
void ZimAccessor_Destroy( HZIMCLASS h );
|
|
|
|
void ZimAccessor_Destroy(HZIMCLASS h);
|
|
|
|
|
|
|
|
|
|
|
|
int ZimAccessor_LoadFile( HZIMCLASS h, char* zimPath );
|
|
|
|
int ZimAccessor_LoadFile( HZIMCLASS h, char* zimPath );
|
|
|
|
int ZimAccessor_Reset( HZIMCLASS h );
|
|
|
|
int ZimAccessor_Reset( HZIMCLASS h );
|
|
|
|