aboutsummaryrefslogtreecommitdiff
path: root/src/gfx/privinc/gfx_private.h
blob: b5cb96b3ce066e840813b6695f1658d60b175aae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef GFX_PRIVATE_H
#define GFX_PRIVATE_H

#include <gfx.h>
#include <stddef.h>

#ifdef __cplusplus
extern "C"
{
#endif

#ifdef __cplusplus
}
#endif

#endif /* GFX_PRIVATE_H */