mirror of
https://github.com/Theaninova/BeatLanguageMapper.git
synced 2026-01-08 03:12:50 +00:00
14 lines
239 B
C
14 lines
239 B
C
/*
|
|
By Rama for You
|
|
|
|
You are welcome to use this code anywhere as long as you include this notice.
|
|
|
|
copyright 2015
|
|
*/
|
|
#pragma once
|
|
|
|
#include "Engine.h"
|
|
#include "VictoryUMGClasses.h"
|
|
|
|
DECLARE_LOG_CATEGORY_EXTERN(VictoryUMG, Log, All);
|