cs2-dumper/generated/host.dll.hpp

16 lines
334 B
C++
Raw Normal View History

2023-10-15 20:17:02 +08:00
/*
2023-10-21 07:43:23 +08:00
* Created using https://github.com/a2x/cs2-dumper
2024-01-20 15:14:53 +08:00
* Sat, 20 Jan 2024 07:10:57 +0000
2023-10-15 20:17:02 +08:00
*/
2023-10-03 00:00:52 +08:00
2023-10-17 10:06:23 +08:00
#pragma once
#include <cstddef>
2023-09-08 15:59:09 +08:00
namespace CAnimScriptBase {
2023-10-01 12:43:48 +08:00
constexpr std::ptrdiff_t m_bIsValid = 0x8; // bool
2023-09-08 15:59:09 +08:00
}
2023-10-18 18:32:33 +08:00
namespace EmptyTestScript { // CAnimScriptBase
2023-10-03 08:29:17 +08:00
constexpr std::ptrdiff_t m_hTest = 0x10; // CAnimScriptParam<float>
2023-09-08 21:13:40 +08:00
}