Kawe Mazidjatari b3a68ed095 Add EABase, EAThread and DirtySDK to R5sdk
DirtySDK (EA's Dirty Sockets library) will be used for the LiveAPI implementation, and depends on: EABase, EAThread.
2024-04-05 18:29:03 +02:00

18 lines
455 B
C

///////////////////////////////////////////////////////////////////////////////
// Copyright (c) Electronic Arts Inc. All rights reserved.
///////////////////////////////////////////////////////////////////////////////
#ifndef TESTTHREADINTERPROCESS_H
#define TESTTHREADINTERPROCESS_H
extern unsigned int gTestThreadCount;
extern unsigned int gTestLengthSeconds;
// Individual test functions
int TestThreadRWMutex();
#endif // Header include guard