Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
ygopro-core
Commits
22f069c3
Commit
22f069c3
authored
Dec 08, 2023
by
Chen Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
card_data: use default member initializer
parent
9b62a570
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
card.h
card.h
+12
-12
No files found.
card.h
View file @
22f069c3
...
...
@@ -23,18 +23,18 @@ class group;
struct
chain
;
struct
card_data
{
uint32
code
;
uint32
alias
;
uint64
setcode
;
uint32
type
;
uint32
level
;
uint32
attribute
;
uint32
race
;
int32
attack
;
int32
defense
;
uint32
lscale
;
uint32
rscale
;
uint32
link_marker
;
uint32
code
{
0
}
;
uint32
alias
{
0
}
;
uint64
setcode
{
0
}
;
uint32
type
{
0
}
;
uint32
level
{
0
}
;
uint32
attribute
{
0
}
;
uint32
race
{
0
}
;
int32
attack
{
0
}
;
int32
defense
{
0
}
;
uint32
lscale
{
0
}
;
uint32
rscale
{
0
}
;
uint32
link_marker
{
0
}
;
void
clear
();
};
...
...
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