Files
M4_CPP/Source/M4_CPP/public/M4_LOG.h
CatChow0 232a87f026 Adds initial project structure and core classes
Sets up the initial Unreal Engine project structure.
Includes the creation of core classes such as:
- A custom GameMode
- A PlayerController
- A PlayerPawn
- A Centipede Pawn

Also configures Git integration and includes a default level.
2025-10-13 13:01:09 +02:00

5 lines
89 B
C

#pragma once
#include "CoreMinimal.h"
DECLARE_LOG_CATEGORY_EXTERN(M4_CPP, Log, All);