Files
src-1.2/external/3rd/library/webAPI/webAPIHeartbeat.h
T

22 lines
307 B
C++

//
// Created by Darth on 10/17/2016.
//
#ifndef webAPIHeartbeat_H
#define webAPIHeartbeat_H
#include "webAPI.h"
#include "../libLeff/libLeff.h"
namespace StellaBellum {
class webAPIHeartbeat {
public:
webAPIHeartbeat();
~webAPIHeartbeat();
};
}
#endif //webAPIHeartbeat_H