Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
c-language
assignment-image-rotation
Commits
d89159d9
Commit
d89159d9
authored
3 years ago
by
Даниил Гареев
Browse files
Options
Download
Email Patches
Plain Diff
Upload New File
parent
19cab64b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
solution/include/FIles.h
solution/include/FIles.h
+10
-0
No files found.
solution/include/FIles.h
0 → 100644
View file @
d89159d9
#ifndef END_VARIANT_FILEWORKER_H
#define END_VARIANT_FILEWORKER_H
#include "Structures.h"
enum
loadStatus
getBmp
(
FILE
*
Source
,
Image
*
Out
);
void
saveBmp
(
FILE
*
file
,
Image
*
image
);
#endif
This diff is collapsed.
Click to expand it.
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