Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
MasterTestProjekt
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kai Westerkamp
MasterTestProjekt
Commits
660ea376
Commit
660ea376
authored
Jul 11, 2017
by
wester
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asdf
parent
7fdc7da6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
MyClass.cpp
Source/MasterTestProject/MyClass.cpp
+12
-0
MyClass.h
Source/MasterTestProject/MyClass.h
+13
-0
No files found.
Source/MasterTestProject/MyClass.cpp
0 → 100644
View file @
660ea376
// Fill out your copyright notice in the Description page of Project Settings.
#include "MasterTestProject.h"
#include "MyClass.h"
MyClass
::
MyClass
()
{
}
MyClass
::~
MyClass
()
{
}
Source/MasterTestProject/MyClass.h
0 → 100644
View file @
660ea376
// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
/**
*
*/
class
MASTERTESTPROJECT_API
MyClass
{
public
:
MyClass
();
~
MyClass
();
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment