mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-16 11:48:28 +12:00
12 lines
No EOL
108 B
C++
12 lines
No EOL
108 B
C++
#pragma once
|
|
|
|
namespace nn
|
|
{
|
|
namespace erreula
|
|
{
|
|
void render(bool mainWindow);
|
|
|
|
void load();
|
|
|
|
}
|
|
} |