#ifndef NET_GRUNT_GRUNT_HPP #define NET_GRUNT_GRUNT_HPP namespace Grunt { class ClientLink; class ClientResponse; template class Command; class Pending; class Timer; extern Command s_clientCommands[]; } #endif