mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-14 20:28:21 +00:00
9655f0ee45
fix compile issues
12 lines
237 B
C++
12 lines
237 B
C++
#ifndef NTNAOMIDIRTSERVER_H
|
|
#define NTNAOMIDIRTSERVER_H
|
|
|
|
#include "VisToggleNotifierServer.h"
|
|
|
|
class NTNaomiDirtServer : public VisToggleNotifierServer {
|
|
public:
|
|
void OnStartup(Entity* self) override;
|
|
};
|
|
|
|
#endif //!NTNAOMIDIRTSERVER_H
|