TEMU  2
The Terma Emulator
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Init.h
Go to the documentation of this file.
1 //===-- temu-c/Init.h - T-EMU Library Initialisation -----------*- C++ -*-===//
2 //
3 // T-EMU: The Terma Emulator
4 // (c) Terma 2015
5 // Authors: Mattias Holm <maho (at) terma.com>
6 //
7 //===----------------------------------------------------------------------===//
8 
9 #ifndef TEMU_SUPPORT_INIT
10 #define TEMU_SUPPORT_INIT
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
30 TEMU_API void temu_initSupportLib(void);
31 
39 TEMU_API void temu_initConfigDirs(void);
40 
41 
52 TEMU_API int temu_initLicense(void);
53 
79 TEMU_API void temu_initPathSupport(const char *Argv0);
80 
81 #ifdef __cplusplus
82 }
83 #endif
84 
85 #endif /* !TEMU_SUPPORT_INIT */
TEMU_API void temu_initConfigDirs(void)
TEMU_API void temu_initSupportLib(void)
TEMU_API void temu_initPathSupport(const char *Argv0)
TEMU_API int temu_initLicense(void)
#define TEMU_API
Definition: Attributes.h:53