ctaza/components.hpp

9 lines
97 B
C++

#pragma once
#include "u.hpp"
#include "collision.hpp"
struct Component {
bool enabled;
};