DarkflameServer/dScripts/02_server/Map/General/NTNaomiDirtServer.h
David Markowitz 9655f0ee45 make include guards standards conforming
fix compile issues
2024-10-30 00:34:25 -07:00

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