mirror of
https://github.com/AntonioND/nitro-engine.git
synced 2025-06-18 16:45:33 -04:00
library: Fix build on devkitARM
This commit is contained in:
parent
b0d9151455
commit
cf1a3c48e2
@ -25,6 +25,12 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef NE_BLOCKSDS
|
||||
# ifndef ARM_CODE
|
||||
# define ARM_CODE __attribute__((target("arm")))
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include "NE2D.h"
|
||||
#include "NEAnimation.h"
|
||||
#include "NECamera.h"
|
||||
|
Loading…
Reference in New Issue
Block a user