library: Fix build on devkitARM

This commit is contained in:
Antonio Niño Díaz 2024-03-20 23:41:14 +00:00
parent b0d9151455
commit cf1a3c48e2

View File

@ -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"