mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 16:24:55 +00:00
various input class implementations
This commit is contained in:
@@ -4,14 +4,13 @@
|
||||
namespace Retro
|
||||
{
|
||||
class IObjectStore;
|
||||
class COsContext;
|
||||
class CMemorySys;
|
||||
class CResFactory;
|
||||
|
||||
class CBooRenderer
|
||||
{
|
||||
public:
|
||||
CBooRenderer(IObjectStore&, COsContext&, CMemorySys&, CResFactory&)
|
||||
CBooRenderer(IObjectStore&, CMemorySys&, CResFactory&)
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user