Review heades usage
This is a first step toward a bigger project. Some modules could be ported to header-only to be used as standalone.
This commit is contained in:
parent
7afa0b09ab
commit
17878550b1
8 changed files with 54 additions and 52 deletions
|
@ -27,8 +27,8 @@
|
|||
#define UTILS_H
|
||||
|
||||
#if defined(PLATFORM_ANDROID)
|
||||
#include <stdio.h> // Defines FILE struct
|
||||
#include <android/asset_manager.h> // defines AAssetManager struct
|
||||
#include <stdio.h> // Required for: FILE
|
||||
#include <android/asset_manager.h> // Required for: AAssetManager
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue