dmsdk_ffi 0.1.0

Auto-generated bindings to Defold's dmSDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef DMSDK_SOCKETTYPES_H
#define DMSDK_SOCKETTYPES_H

#if defined(__NX64__)
#include "sockettypes_nx64.h"
#elif defined(__SCE__)
#include "sockettypes_ps4.h"
#elif defined(_MSC_VER)
#include "sockettypes_win32.h"
#else
#include "sockettypes_posix.h"
#endif

#endif // DMSDK_SOCKETTYPES_H