1
0
mirror of https://github.com/narzoul/DDrawCompat synced 2024-12-30 08:55:36 +01:00
2024-07-01 23:52:25 +02:00

7 lines
92 B
C++

#pragma once
namespace Compat
{
unsigned getInstructionLength(const void* instruction);
}