inkcpp
Loading...
Searching...
No Matches
inkcpp.h
1/* Copyright (c) 2024 Julian Benda
2 *
3 * This file is part of inkCPP which is released under MIT license.
4 * See file LICENSE.txt or go to
5 * https://github.com/JBenda/inkcpp for full license details.
6 */
7#pragma once
8#include "Logging/LogMacros.h"
9
223DECLARE_LOG_CATEGORY_EXTERN(InkCpp, Log, All);