mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-31 01:15:48 -04:00
22 lines
307 B
C++
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
|