mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-14 20:28:21 +00:00
9655f0ee45
fix compile issues
12 lines
266 B
C++
12 lines
266 B
C++
#ifndef NTPIPEVISIBILITYSERVER_H
|
|
#define NTPIPEVISIBILITYSERVER_H
|
|
|
|
#include "CppScripts.h"
|
|
|
|
class NTPipeVisibilityServer : public CppScripts::Script {
|
|
public:
|
|
void OnQuickBuildComplete(Entity* self, Entity* target) override;
|
|
};
|
|
|
|
#endif //!NTPIPEVISIBILITYSERVER_H
|