mirror of
https://github.com/Risensy/Steam.git
synced 2025-10-23 16:34:07 +00:00
16 lines
194 B
C++
16 lines
194 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
|
|
/**
|
|
*
|
|
*/
|
|
class STEAM_API MyClass
|
|
{
|
|
public:
|
|
MyClass();
|
|
~MyClass();
|
|
};
|