mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-23 03:49:26 +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__ */
|