mirror of
https://github.com/iaddis/metalnes.git
synced 2025-04-02 10:31:52 -04:00
12 lines
134 B
C
12 lines
134 B
C
|
|
|
|
#pragma once
|
|
|
|
#ifdef __APPLE__
|
|
#include <TargetConditionals.h>
|
|
#endif
|
|
|
|
#include <stdint.h>
|
|
#include <memory>
|
|
|
|
#include "Core/Log.h"
|