hibiscus/core/resources/resource.hpp

5 lines
53 B
C++
Raw Permalink Normal View History

2023-05-26 21:41:51 +00:00
#pragma once
namespace hibis {
class Resource {};
}