mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +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__ */
|