Delete output directory

This commit is contained in:
Leilani A.
2025-04-01 22:39:08 -03:00
committed by GitHub
parent 45276a41d7
commit ba1578b1d0
82 changed files with 0 additions and 168662 deletions

View File

@@ -1,28 +0,0 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-04-01 00:10:44.822666300 UTC
#pragma once
#include <cstddef>
namespace cs2_dumper {
// Module: client.dll
namespace buttons {
constexpr std::ptrdiff_t attack = 0x186C850;
constexpr std::ptrdiff_t attack2 = 0x186C8E0;
constexpr std::ptrdiff_t back = 0x186CB20;
constexpr std::ptrdiff_t duck = 0x186CDF0;
constexpr std::ptrdiff_t forward = 0x186CA90;
constexpr std::ptrdiff_t jump = 0x186CD60;
constexpr std::ptrdiff_t left = 0x186CBB0;
constexpr std::ptrdiff_t lookatweapon = 0x1A92E30;
constexpr std::ptrdiff_t reload = 0x186C7C0;
constexpr std::ptrdiff_t right = 0x186CC40;
constexpr std::ptrdiff_t showscores = 0x1A92D10;
constexpr std::ptrdiff_t sprint = 0x186C730;
constexpr std::ptrdiff_t turnleft = 0x186C970;
constexpr std::ptrdiff_t turnright = 0x186CA00;
constexpr std::ptrdiff_t use = 0x186CCD0;
constexpr std::ptrdiff_t zoom = 0x1A92DA0;
}
}