14 lines
128 B
C
14 lines
128 B
C
#pragma once
|
|
|
|
#include <glib.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
gboolean Initialize();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |