get.h 385 B

12345678910111213141516171819202122
  1. /*
  2. * uTest Copyright (C) 2011 Data Differential, http://datadifferential.com/
  3. *
  4. * Use and distribution licensed under the BSD license. See
  5. * the COPYING file in the parent directory for full text.
  6. */
  7. #pragma once
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. /* How we make all of this work :) */
  12. LIBTEST_API
  13. void get_world(Framework *world);
  14. #ifdef __cplusplus
  15. }
  16. #endif