Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
magicCards
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Letzgus
magicCards
Commits
560e5e5d
Commit
560e5e5d
authored
2 years ago
by
Eraser
Browse files
Options
Downloads
Patches
Plain Diff
Implemented Cards Structure
parent
d2f3e022
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
Cards.h
+18
-0
18 additions, 0 deletions
Cards.h
with
19 additions
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
560e5e5d
...
@@ -3,4 +3,4 @@ project(magicCards)
...
@@ -3,4 +3,4 @@ project(magicCards)
set
(
CMAKE_CXX_STANDARD 20
)
set
(
CMAKE_CXX_STANDARD 20
)
add_executable
(
magicCards main.cpp aufgabe1.h aufgabe1.cpp
)
add_executable
(
magicCards main.cpp aufgabe1.h aufgabe1.cpp
Cards.h
)
This diff is collapsed.
Click to expand it.
Cards.h
0 → 100644
+
18
−
0
View file @
560e5e5d
//
// Created by Eray düzenli on 13.04.23.
//
#pragma once
#include
<string>
//Aufgabe Nr.2
struct
Cards
{
public:
std
::
string
name
;
std
::
string
mana
;
int
cmc
;
std
::
string
type
;
std
::
string
count
;
};
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment