00001 /* 00002 * dsim_builtin_manifest.h 00003 * DSimEngine2 00004 * 00005 * Created by David Wilson on 9/19/09. 00006 * Copyright 2009 Princeton Satellite Systems. All rights reserved. 00007 * 00008 */ 00009 00010 #ifndef __DSIM_BUILTIN_MANIFEST__ 00011 #define __DSIM_BUILTIN_MANIFEST__ 00012 00013 extern "C" void *dsim_builtin_library_manifest(); 00014 00015 #endif