mirror of
https://github.com/Risensy/Steam.git
synced 2025-10-23 08:24:18 +00:00
13 lines
151 B
C++
13 lines
151 B
C++
// Fill out your copyright notice in the Description page of Project Settings.
|
|
|
|
|
|
#include "MyClass.h"
|
|
|
|
MyClass::MyClass()
|
|
{
|
|
}
|
|
|
|
MyClass::~MyClass()
|
|
{
|
|
}
|