7 lines
113 B
C
7 lines
113 B
C
|
#pragma once
|
||
|
#include <string>
|
||
|
#include <string_view>
|
||
|
|
||
|
namespace Emulator {
|
||
|
constexpr char VERSION[] = "0.0.1";
|
||
|
}
|