mirror of
				https://github.com/Risensy/Steam.git
				synced 2025-10-28 10:54: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()
 | |
| {
 | |
| }
 | 
