Atoms Crowd
7.0.0
Logger.h
1
#pragma once
2
#ifndef ATOMS_UNREAL
3
// ===========================================================================
4
// Copyright (c) 2015 Toolchefs Ltd. All rights reserved.
5
//
6
// Use of this software is subject to the terms of the Toolchefs license
7
// agreement provided at the time of installation or download, or which
8
// otherwise accompanies this software in either electronic or hard copy form.
9
// ===========================================================================
10
11
#include <foundation/PxErrorCallback.h>
12
13
namespace
Atoms
14
{
15
class
AtomsPhysxErrorCallback
:
public
physx::PxErrorCallback
16
{
17
public
:
18
AtomsPhysxErrorCallback
();
19
20
~
AtomsPhysxErrorCallback
();
21
22
virtual
void
reportError(physx::PxErrorCode::Enum code,
const
char
* message,
const
char
* file,
int
line);
23
};
24
}
25
#endif
Atoms::AtomsPhysxErrorCallback
Definition:
Logger.h:16
Atoms
Atoms namespace.
Definition:
Agent.h:29
Atoms
Public
Atoms
Physx
Logger.h