mirror of
https://github.com/RocketRobz/SavvyManager.git
synced 2025-06-19 01:25: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 |