opus.h 242 B

123456789101112
  1. #include "../calypso_util.h"
  2. #ifndef OPUS_STRUCTURES_H
  3. #define OPUS_STRUCTURES_H
  4. CalypsoApp* get_opus_contract_structure();
  5. CalypsoApp* get_opus_event_structure();
  6. CalypsoApp* get_opus_env_holder_structure();
  7. #endif // OPUS_STRUCTURES_H