mirror of
https://github.com/narzoul/DDrawCompat
synced 2024-12-30 08:55:36 +01:00
7 lines
92 B
C++
7 lines
92 B
C++
#pragma once
|
|
|
|
namespace Compat
|
|
{
|
|
unsigned getInstructionLength(const void* instruction);
|
|
}
|