mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Added missing include.
This commit is contained in:
parent
5a2f097fcc
commit
386323e9a6
6 changed files with 10 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
#if BX_PLATFORM_ANDROID
|
||||
|
||||
#include <bgfxplatform.h>
|
||||
#include "entry_p.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -11,7 +11,9 @@
|
|||
#import <UIKit/UIKit.h>
|
||||
#import <QuartzCore/CAEAGLLayer.h>
|
||||
|
||||
#include <bgfxplatform.h>
|
||||
#include "entry_p.h"
|
||||
|
||||
#include <bx/uint32_t.h>
|
||||
#include <bx/thread.h>
|
||||
|
||||
|
|
|
@ -10,10 +10,11 @@
|
|||
#define XK_MISCELLANY
|
||||
#define XK_LATIN1
|
||||
#include <X11/keysymdef.h>
|
||||
#include <bgfxplatform.h>
|
||||
|
||||
#undef None
|
||||
|
||||
#include <bgfxplatform.h>
|
||||
#include "entry_p.h"
|
||||
|
||||
#include <bx/thread.h>
|
||||
#include <bx/os.h>
|
||||
#include <string.h> // memset
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
#if BX_PLATFORM_NACL
|
||||
|
||||
#include <bgfxplatform.h>
|
||||
#include "entry_p.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -9,7 +9,9 @@
|
|||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#include <bgfxplatform.h>
|
||||
#include "entry_p.h"
|
||||
|
||||
#include <bx/uint32_t.h>
|
||||
#include <bx/thread.h>
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
#if BX_PLATFORM_WINDOWS
|
||||
|
||||
#include <bgfxplatform.h>
|
||||
#include "entry_p.h"
|
||||
|
||||
#include <bx/uint32_t.h>
|
||||
|
|
Loading…
Reference in a new issue