thunderbrew/src/net/grunt/Grunt.hpp

12 lines
169 B
C++
Raw Normal View History

2023-01-02 13:17:18 -06:00
#ifndef NET_GRUNT_GRUNT_HPP
#define NET_GRUNT_GRUNT_HPP
namespace Grunt {
class ClientLink;
class ClientResponse;
class Pending;
class Timer;
}
#endif