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.

15 lines
566 B

  1. #ifndef STORM_CUDAFORSTORM_VERSION_H_
  2. #define STORM_CUDAFORSTORM_VERSION_H_
  3. // Library exports
  4. #include "cudaForStorm_Export.h"
  5. #include <string>
  6. cudaForStorm_EXPORT size_t getStormCudaPluginVersionMajor();
  7. cudaForStorm_EXPORT size_t getStormCudaPluginVersionMinor();
  8. cudaForStorm_EXPORT size_t getStormCudaPluginVersionPatch();
  9. cudaForStorm_EXPORT size_t getStormCudaPluginVersionCommitsAhead();
  10. cudaForStorm_EXPORT const char* getStormCudaPluginVersionHash();
  11. cudaForStorm_EXPORT bool getStormCudaPluginVersionIsDirty();
  12. #endif // STORM_CUDAFORSTORM_VERSION_H_