Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Maze_Game
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
AlAmeri Rawan
Maze_Game
Commits
af424af7
Commit
af424af7
authored
3 years ago
by
IKHRICHI Soumaya
Browse files
Options
Downloads
Patches
Plain Diff
modification fait avec Rawan
parent
c8c51305
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
textures.h
+12
-0
12 additions, 0 deletions
textures.h
with
12 additions
and
0 deletions
textures.h
0 → 100644
+
12
−
0
View file @
af424af7
#ifndef TEXTURES_H
#define TEXTURES_H
#include
<stdio.h>
#include
<stdlib.h>
#include
<stdbool.h>
#include
<SDL2/SDL.h>
SDL_Texture
*
charger_image
(
const
char
*
nomfichier
,
SDL_Renderer
*
renderer
);
#endif
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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