lsnes/include/interface/controller.hpp

13 lines
238 B
C++
Raw Normal View History

2013-01-05 09:19:09 +02:00
#ifndef _interface__controller__hpp__included__
#define _interface__controller__hpp__included__
#include "library/controller-data.hpp"
struct controller_set
{
struct port_index_map portindex;
std::vector<port_type*> ports;
};
#endif