Commit 660ea376 by wester

asdf

parent 7fdc7da6
// Fill out your copyright notice in the Description page of Project Settings.
#include "MasterTestProject.h"
#include "MyClass.h"
MyClass::MyClass()
{
}
MyClass::~MyClass()
{
}
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
/**
*
*/
class MASTERTESTPROJECT_API MyClass
{
public:
MyClass();
~MyClass();
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment