iw4x-client/src/Components/Modules/GSC/GSC.hpp
Diavolo 60f7c7c254
[Script] Re-work stuff (no hidden changes)
*maybe* (Based on a true story and events)
2022-07-06 17:48:40 +02:00

11 lines
94 B
C++

#pragma once
namespace Components
{
class GSC : public Component
{
public:
GSC();
};
}