mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-26 13:34:22 +01:00
10 lines
117 B
C
10 lines
117 B
C
|
#ifndef __MOCKS_NETWORK_H__
|
||
|
#define __MOCKS_NETWORK_H__
|
||
|
|
||
|
class Network
|
||
|
{
|
||
|
public:
|
||
|
};
|
||
|
|
||
|
#endif /*__MOCKS_NETWORK_H__ */
|