1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-04-07 10:05:55 +01:00
LatAnalyze/latan/Global.cpp

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;