18 lines
379 B
C++
18 lines
379 B
C++
/*
|
|
* Copyright (c) Contributors to the Open 3D Engine Project
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
*
|
|
*/
|
|
|
|
#include "StandaloneTools_precompiled.h"
|
|
|
|
#include "DrillerEvent.h"
|
|
|
|
namespace Driller
|
|
{
|
|
//////////////////////////////////////////////////////////////////////////
|
|
// Globals
|
|
unsigned int DrillerEvent::s_globalEventId = 0;
|
|
} // namespace Driller
|