mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 05:26:10 +00:00
various input class implementations
This commit is contained in:
15
Runtime/Input/CDolphinController.hpp
Normal file
15
Runtime/Input/CDolphinController.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __RETRO_CDOLPHINCONTROLLER_HPP__
|
||||
#define __RETRO_CDOLPHINCONTROLLER_HPP__
|
||||
|
||||
#include "IController.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
class CDolphinController : public IController
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __RETRO_CDOLPHINCONTROLLER_HPP__
|
||||
Reference in New Issue
Block a user