YoggieEngine/BarinkEngine/Include/ECS/System.h

8 lines
55 B
C++

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