mirror of
https://github.com/narzoul/DDrawCompat
synced 2024-12-30 08:55:36 +01:00
7 lines
118 B
C++
7 lines
118 B
C++
#include <D3dDdi/ScopedCriticalSection.h>
|
|
|
|
namespace D3dDdi
|
|
{
|
|
Compat::CriticalSection ScopedCriticalSection::s_cs;
|
|
}
|