diff options
| author | Stefan Boberg <[email protected]> | 2021-08-24 19:27:17 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-08-24 19:27:17 +0200 |
| commit | 80b62ac50ab2f4279f807eb4f5e9ae7631d63bfd (patch) | |
| tree | 7d91d5218839b4bd1f5eb0ff0bd034839b04d3e7 | |
| parent | Remove trace.cpp/h and all traces of usage (diff) | |
| download | zen-80b62ac50ab2f4279f807eb4f5e9ae7631d63bfd.tar.xz zen-80b62ac50ab2f4279f807eb4f5e9ae7631d63bfd.zip | |
Copyright header added to logging.h
| -rw-r--r-- | zencore/include/zencore/logging.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zencore/include/zencore/logging.h b/zencore/include/zencore/logging.h index 03c59c3e2..e77314178 100644 --- a/zencore/include/zencore/logging.h +++ b/zencore/include/zencore/logging.h @@ -1,3 +1,5 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + #pragma once // clang-format off |