Files
Webcam/include/engine/core/engine.h
2026-06-22 11:49:35 +02:00

21 lines
406 B
C++

/* -----------------------------------------------------------------------------
GSFramework
Copyright 2001-2013 Emmanuel Julien. All Rights Reserved.
----------------------------------------------------------------------------- */
#ifndef __NENGINECORE__
#define __NENGINECORE__
namespace GS {
namespace Core {
static const char *Version = "1.5.0";
} // Core
} // GS
#endif // __NENGINECORE__