File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
#include " SDL_PhysFS.h"
12
12
13
13
int main () {
14
- SDL_Init (SDL_INIT_EVERYTHING);
14
+ SDL_Init (SDL_INIT_EVERYTHING);
15
15
16
16
// Initialize PhysFS
17
17
SDL_PhysFS_Init ();
@@ -24,7 +24,7 @@ int main() {
24
24
25
25
// Clean up
26
26
SDL_PhysFS_Quit ();
27
- SDL_Quit();
27
+ SDL_Quit();
28
28
29
29
return 0;
30
30
}
@@ -46,7 +46,7 @@ void* SDL_PhysFS_LoadFile(const char* filename, size_t *datasize);
46
46
size_t SDL_PhysFS_Write(const char* file, const void* buffer, size_t size);
47
47
SDL_bool SDL_PhysFS_SetWriteDir(const char* path);
48
48
49
- // Optional integrations
49
+ // Optional Integrations
50
50
SDL_Surface* SDL_PhysFS_IMG_Load(const char* filename); // SDL_image
51
51
Mix_Music* SDL_PhysFS_Mix_LoadMUS(const char* filename); // SDL_mixer
52
52
SDL_Surface* SDL_PhysFS_STBIMG_Load(const char* filename); // SDL_stbimage.h
You can’t perform that action at this time.
0 commit comments