12345678910111213141516171819202122 |
- /*
- * uTest Copyright (C) 2011 Data Differential, http://datadifferential.com/
- *
- * Use and distribution licensed under the BSD license. See
- * the COPYING file in the parent directory for full text.
- */
- #pragma once
- #ifdef __cplusplus
- extern "C" {
- #endif
- /* How we make all of this work :) */
- LIBTEST_API
- void get_world(Framework *world);
- #ifdef __cplusplus
- }
- #endif
|