Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
YGOPRO-520DIY
ygopro
Commits
94fb5bc9
Commit
94fb5bc9
authored
Mar 14, 2025
by
Chen Bill
Committed by
GitHub
Mar 14, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use C++ header (#2724)
parent
b2b6c0d4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
gframe/gframe.cpp
gframe/gframe.cpp
+2
-2
gframe/replay_mode.h
gframe/replay_mode.h
+1
-1
gframe/single_mode.h
gframe/single_mode.h
+1
-1
No files found.
gframe/gframe.cpp
View file @
94fb5bc9
...
...
@@ -2,7 +2,7 @@
#include "game.h"
#include "data_manager.h"
#include <event2/thread.h>
#include <
locale.h
>
#include <
clocale
>
#include <memory>
#ifdef __APPLE__
#import <CoreFoundation/CoreFoundation.h>
...
...
@@ -24,7 +24,7 @@ void ClickButton(irr::gui::IGUIElement* btn) {
int
main
(
int
argc
,
char
*
argv
[])
{
#ifndef _WIN32
setlocale
(
LC_CTYPE
,
"UTF-8"
);
s
td
::
s
etlocale
(
LC_CTYPE
,
"UTF-8"
);
#endif
#ifdef __APPLE__
CFURLRef
bundle_url
=
CFBundleCopyBundleURL
(
CFBundleGetMainBundle
());
...
...
gframe/replay_mode.h
View file @
94fb5bc9
#ifndef REPLAY_MODE_H
#define REPLAY_MODE_H
#include <
stdint.h
>
#include <
cstdint
>
#include <vector>
#include "replay.h"
...
...
gframe/single_mode.h
View file @
94fb5bc9
#ifndef SINGLE_MODE_H
#define SINGLE_MODE_H
#include <
stdint.h
>
#include <
cstdint
>
#include <vector>
#include "replay.h"
...
...
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