YoggieEngine/BarinkEngine/Include/ECS/System.h

8 lines
55 B
C
Raw Normal View History

#pragma once
namespace BECS {
struct System {
};
}