15 lines
233 B
C++
15 lines
233 B
C++
/*
|
|
* Copyright (c) Contributors to the Open 3D Engine Project
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
*
|
|
*/
|
|
|
|
#include "WhiteBox_precompiled.h"
|
|
|
|
#include "WhiteBoxAllocator.h"
|
|
|
|
namespace WhiteBox
|
|
{
|
|
} // namespace WhiteBox
|