intercode.h 272 B

123456789101112
  1. #include "../calypso_util.h"
  2. #ifndef INTERCODE_STRUCTURES_H
  3. #define INTERCODE_STRUCTURES_H
  4. CalypsoApp* get_intercode_contract_structure();
  5. CalypsoApp* get_intercode_event_structure();
  6. CalypsoApp* get_intercode_env_holder_structure();
  7. #endif // INTERCODE_STRUCTURES_H