mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-13 17:18:22 +00:00
15 lines
155 B
C++
15 lines
155 B
C++
#ifndef ENTITYIDENTITY_H
|
|
#define ENTITYIDENTITY_H
|
|
|
|
#if _WIN32
|
|
#pragma once
|
|
#endif
|
|
|
|
class CEntityIdentity
|
|
{
|
|
public:
|
|
|
|
private:
|
|
};
|
|
|
|
#endif // ENTITYIDENTITY_H
|