DarkflameServer/dScripts/EquipmentScripts/FireFirstSkillonStartup.h
David Markowitz 9655f0ee45 make include guards standards conforming
fix compile issues
2024-10-30 00:34:25 -07:00

13 lines
256 B
C++

#pragma once
#ifndef FIREFIRSTSKILLONSTARTUP_H
#define FIREFIRSTSKILLONSTARTUP_H
#include "CppScripts.h"
class FireFirstSkillonStartup : public CppScripts::Script {
public:
void OnStartup(Entity* self) override;
};
#endif //!FIREFIRSTSKILLONSTARTUP_H