Commit Graph

8 Commits

Author SHA1 Message Date
c4024663bb Auto stash before checking out "origin/feature/gjk_algorithm" 2025-11-09 17:08:57 +03:00
d894b62773 patch 2025-11-01 13:39:13 +03:00
ade281cdd2 Adds const version of rev_bar method
Adds a const overload for the `rev_bar` virtual method.
This allows calling the method on const instances of the reverse engineered class.
2025-11-01 13:28:51 +03:00
Saikari
e385686323 Update internal_rev_object.hpp 2025-10-09 21:34:19 +03:00
6c5152297a Uses correct calling convention for virtual methods
Adjusts the virtual method calling convention based on the compiler (_MSC_VER).
This ensures compatibility and correct behavior on different platforms.
2025-10-09 20:08:04 +03:00
cbee8c2c95 finished test 2025-10-04 10:04:34 +03:00
74381eda5c added external class 2025-10-04 09:47:48 +03:00
c10386f3f6 added rev_object 2025-10-03 13:43:47 +03:00