Fling Engine
0.00.1
Fling Engine is a game engine written in Vulkan
FlingEngine
Platform
inc
FlingLinuxExports.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef FLING_LINUX
4
5
# if __GNUC__ >= 4
6
# define FLING_API __attribute__ ((visibility ("default")))
7
# define FLING_NOT_EXPORTED __attribute__ ((visibility ("hidden")))
8
# define FLING_EXTERN
9
# else
10
# define FLING_API
11
# define FLING_NOT_EXPORTED
12
# define FLING_EXTERN extern
13
# endif
14
15
#endif // FLING_LINUX
Generated by
1.8.13