~kripkenstein/intensityengine/0.9

« back to all changes in this revision

Viewing changes to src/intensity/script_engine_embedding_impl.h

  • Committer: Alon Zakai
  • Date: 2009-12-27 14:40:37 UTC
  • Revision ID: alon@sanctity-20091227144037-b5y4n0jr197gf7pb
Experimental move to CMake. Builds and runs on Linux. Also cleaned up JP2 stuff to be optional

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
EMBED_CAPI_FUNC("preloadModel", __script__preloadModel, 1);
183
183
EMBED_CAPI_FUNC("reloadModel", __script__reloadModel, 1);
184
184
 
 
185
#ifdef USE_JPEG2000
185
186
EMBED_CAPI_FUNC("convertJP2toPNG", __script__convertJP2toPNG, 2);
 
187
#endif
186
188
EMBED_CAPI_FUNC("convertPNGtoDDS", __script__convertPNGtoDDS, 2);
187
189
EMBED_CAPI_FUNC("combineImages", __script__combineImages, 3);
188
190