Fling Engine
0.00.1
Fling Engine is a game engine written in Vulkan
FlingEngine
Platform
inc
FlingWindowsExports.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef FLING_WINDOWS
4
5
# define FLING_NOT_EXPORTED
6
7
# ifdef FLING_EXPORT // Export functions
8
# define FLING_API __declspec(dllexport)
9
# define FLING_EXTERN
10
# else // Not exporting function
11
# define FLING_API
12
# define FLING_EXTERN extern
13
# endif
14
15
#endif // FLING_LINUX
Generated by
1.8.13