mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 18:06:57 +02:00
Added copyrigtht information to ScriptEngineDebugFlags.h
This commit is contained in:
parent
fe8290468d
commit
3485ab18d1
1 changed files with 12 additions and 4 deletions
|
@ -1,10 +1,18 @@
|
||||||
//
|
//
|
||||||
// Created by ksuprynowicz on 14.11.24.
|
// ScriptEngineDebugFlags.h
|
||||||
|
// libraries/script-engine/src/v8/ScriptEngineDebugFlags.h
|
||||||
|
//
|
||||||
|
// Created by dr Karol Suprynowicz on 2024/11/14.
|
||||||
|
// Copyright 2024 Overte e.V.
|
||||||
|
//
|
||||||
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef OVERTE_SCRIPTENGINEDEBUGFLAGS_H
|
#ifndef overte_ScriptEngineDebugFlags_h
|
||||||
#define OVERTE_SCRIPTENGINEDEBUGFLAGS_H
|
#define overte_ScriptEngineDebugFlags_h
|
||||||
|
|
||||||
#define OVERTE_SCRIPT_USE_AFTER_DELETE_GUARD
|
#define OVERTE_SCRIPT_USE_AFTER_DELETE_GUARD
|
||||||
|
|
||||||
#endif //OVERTE_SCRIPTENGINEDEBUGFLAGS_H
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue