Skip to content

Instantly share code, notes, and snippets.

View lilnibblit's full-sized avatar

lilnibblit lilnibblit

  • Moscow, Russia
View GitHub Profile
@absoIute
absoIute / VersionDetect.cpp
Last active June 2, 2024 22:05
Geometry Dash Version Detect
#include "VersionDetect.h"
#include <Windows.h>
std::map<uint32_t, std::string> VersionDetect::s_buildMap =
{
{ 1419173053, "1.900" },
{ 1419880840, "1.910" },
{ 1421745341, "1.920" },
{ 1440638199, "2.000" },
{ 1440643927, "2.001" },