19 lines
609 B
C++
19 lines
609 B
C++
/**
|
|
******************************************************************************
|
|
* Xenia : Xbox 360 Emulator Research Project *
|
|
******************************************************************************
|
|
* Copyright 2014 Ben Vanik. All rights reserved. *
|
|
* Released under the BSD license - see LICENSE in the root for more details. *
|
|
******************************************************************************
|
|
*/
|
|
|
|
#include "poly/threading.h"
|
|
|
|
namespace poly {
|
|
namespace threading {
|
|
|
|
//
|
|
|
|
} // namespace threading
|
|
} // namespace poly
|