9dbcc7d926
Create a minimal Fallout 4 F4SE/CommonLibF4 starter repo with build, packaging, install, and rename scripts, plus initial plugin source, headers, and xmake configuration.
8 lines
133 B
C++
8 lines
133 B
C++
#pragma once
|
|
|
|
namespace PluginName
|
|
{
|
|
inline constexpr auto NAME = "F4SEPluginTemplate";
|
|
inline constexpr auto VERSION = "0.1.0";
|
|
}
|