hl2sdk/public/entity2/entityidentity.h
2023-09-27 16:54:58 +00:00

15 lines
155 B
C++

#ifndef ENTITYIDENTITY_H
#define ENTITYIDENTITY_H
#if _WIN32
#pragma once
#endif
class CEntityIdentity
{
public:
private:
};
#endif // ENTITYIDENTITY_H