mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
DirtySDK (EA's Dirty Sockets library) will be used for the LiveAPI implementation, and depends on: EABase, EAThread.
18 lines
455 B
C
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
|