diff options
Diffstat (limited to 'src/DSi_Camera.cpp')
-rw-r--r-- | src/DSi_Camera.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DSi_Camera.cpp b/src/DSi_Camera.cpp index 2b259c5..708875c 100644 --- a/src/DSi_Camera.cpp +++ b/src/DSi_Camera.cpp @@ -23,6 +23,8 @@ #include "DSi_Camera.h" #include "Platform.h" +namespace melonDS +{ using Platform::Log; using Platform::LogLevel; @@ -793,3 +795,5 @@ void DSi_Camera::InputFrame(u32* data, int width, int height, bool rgb) } } } + +}
\ No newline at end of file |