Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
665 B

  1. //======= Copyright � 1996-2009, Valve Corporation, All rights reserved. ======
  2. //
  3. // Python wrapper for datamodel
  4. //
  5. //=============================================================================
  6. #ifndef DATAMODEL_LIB_MOVIEOBJECTS_ONLY_H
  7. #define DATAMODEL_LIB_MOVIEOBJECTS_ONLY_H
  8. // Call this from application code to load up the datamodel python
  9. // bindings when they are linked into the application directly
  10. // Python must already be initialized
  11. // This is a mode for ifm which only initializes and loads
  12. // the datamodel & movieobjects python bindings
  13. bool EmbedPyDataModel_movieobjects_only();
  14. #endif // DATAMODEL_LIB_MOVIEOBJECTS_ONLY_H