mirror of
https://github.com/decompals/wibo.git
synced 2025-12-14 23:56:16 +00:00
8 lines
118 B
C
8 lines
118 B
C
#pragma once
|
|
|
|
namespace wibo {
|
|
|
|
constexpr const char kVersionString[] = "@WIBO_VERSION_STRING@";
|
|
|
|
} // namespace wibo
|