Introduce the JabyEngine namespace to all files
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define __JABYENGINE_SCRATCHPAD_HPP__
|
||||
#include "../jabyengine_defines.h"
|
||||
|
||||
static __always_inline auto& ScratchPad = reinterpret_cast<uint8_t(&)[1024]>(*reinterpret_cast<uint8_t*>(0x1F800000));
|
||||
|
||||
namespace JabyEngine {
|
||||
static __always_inline auto& ScratchPad = reinterpret_cast<uint8_t(&)[1024]>(*reinterpret_cast<uint8_t*>(0x1F800000));
|
||||
}
|
||||
#endif //!__JABYENGINE_SCRATCHPAD_HPP__
|
Reference in New Issue
Block a user