/rusxmms/librcc

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcc

« back to all changes in this revision

Viewing changes to src/librcc.h

  • Committer: Suren A. Chilingaryan
  • Date: 2005-07-13 16:49:47 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcc--main--0.1--patch-12
Engine Plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
306
306
int rccSave(rcc_context ctx, const char *name);
307
307
int rccLoad(rcc_context ctx, const char *name);
308
308
 
 
309
/*******************************************************************************
 
310
**************************** Engine Plugins ************************************
 
311
*******************************************************************************/
 
312
 
 
313
typedef rcc_engine *(*rcc_plugin_engine_info_function)(const char *lang);
 
314
 
 
315
rcc_engine_internal rccEngineGetInternal(rcc_engine_context ctx);
 
316
rcc_language *rccEngineGetLanguage(rcc_engine_context ctx);
 
317
rcc_context rccEngineGetRccContext(rcc_engine_context ctx);
 
318
 
309
319
#ifdef __cplusplus
310
320
}
311
321
#endif