1
0
forked from GitHub/gf-core

in libgu mark explicitly all functions that belong to the API

This commit is contained in:
krasimir
2017-04-19 12:30:40 +00:00
parent 74ce52d761
commit 5c93f2fba5
35 changed files with 311 additions and 372 deletions

View File

@@ -1,4 +1,4 @@
#include <gu/defs.h>
void* const gu_null = NULL;
GU_API_DATA GuStruct* const gu_null_struct = NULL;
GU_API GuStruct* const gu_null_struct = NULL;