BULL Core.xml 669 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!--
  3. BULL Core
  4. by EmperorFool
  5. Exposes BUG functions to BULL via CvAppInterface.
  6. Copyright (c) 2010 The BUG Mod.
  7. -->
  8. <mod id="BULL"
  9. name="BULL Core"
  10. module="BugDll"
  11. author="EmperorFool"
  12. date="02/18/2010"
  13. dll="1">
  14. <export function="isBug" to="CvAppInterface"/>
  15. <export function="getOptionBOOL" to="CvAppInterface"/>
  16. <export function="getOptionINT" to="CvAppInterface"/>
  17. <export function="getOptionFLOAT" to="CvAppInterface"/>
  18. <export function="getOptionSTRING" to="CvAppInterface"/>
  19. <export module="CvModName" function="getNameAndVersion" to="CvAppInterface" as="getModNameAndVersion"/>
  20. </mod>