mirror of
https://github.com/RocketRobz/SuperAllStarPhotoStudio.git
synced 2025-06-18 17:15:35 -04:00
12 lines
186 B
C++
12 lines
186 B
C++
#ifndef COMMON_HPP
|
|
#define COMMON_HPP
|
|
|
|
#include <3ds.h>
|
|
|
|
#include "gfx.hpp"
|
|
#include "gui.hpp"
|
|
#include "screenCommon.hpp"
|
|
|
|
extern std::unique_ptr<Screen> usedScreen, tempScreen;
|
|
|
|
#endif |