mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
Missed one file. (nw)
This commit is contained in:
parent
403b27d615
commit
4b4625109c
26
src/osd/modules/netdev/netdev_module.h
Normal file
26
src/osd/modules/netdev/netdev_module.h
Normal file
@ -0,0 +1,26 @@
|
||||
/*
|
||||
* netdev_module.h
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef NETDEV_MODULE_H_
|
||||
#define NETDEV_MODULE_H_
|
||||
|
||||
#include "osdepend.h"
|
||||
#include "modules/osdmodule.h"
|
||||
|
||||
//============================================================
|
||||
// CONSTANTS
|
||||
//============================================================
|
||||
|
||||
#define OSD_NETDEV_PROVIDER "netdevprovider"
|
||||
|
||||
class netdev_module
|
||||
{
|
||||
public:
|
||||
virtual ~netdev_module() { }
|
||||
// no specific routines below ... may change
|
||||
};
|
||||
|
||||
|
||||
#endif /* NETDEV_MODULE_H_ */
|
Loading…
Reference in New Issue
Block a user