60f7c7c254
*maybe* (Based on a true story and events)
11 lines
94 B
C++
11 lines
94 B
C++
#pragma once
|
|
|
|
namespace Components
|
|
{
|
|
class GSC : public Component
|
|
{
|
|
public:
|
|
GSC();
|
|
};
|
|
}
|