mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-07 02:05:54 +01:00
10 lines
238 B
C++
10 lines
238 B
C++
#include <latan/Global.hpp>
|
|
#include <latan/includes.hpp>
|
|
|
|
using namespace std;
|
|
using namespace Latan;
|
|
|
|
const string Env::FullName = PACKAGE_STRING;
|
|
const string Env::Name = PACKAGE_NAME;
|
|
const string Env::Version = PACKAGE_VERSION;
|