This website requires JavaScript.
Open Eggbert
Project
Explore
Help
Sign In
backup
/
planetblupi
Watch
1
Star
0
Fork
0
You've already forked planetblupi
mirror of
https://github.com/blupi-games/planetblupi
synced
2024-12-30 10:15:36 +01:00
Code
Issues
Projects
Releases
Activity
deb9afc4a5
Branches
Tags
View all branches
planetblupi
/
blupi.h
6 lines
93 B
C
Raw
Normal View
History
Unescape
Escape
WIP: add experimental SDL support for video output
2017-01-23 00:20:27 +01:00
#
pragma once
Fix the minimap for SDL
2017-01-29 19:18:18 +01:00
#
include
<SDL.h>
WIP: add experimental SDL support for video output
2017-01-23 00:20:27 +01:00
extern
SDL_Window
*
g_window
;
WIP: replace the surfaces by the textures
2017-01-25 21:46:51 +01:00
extern
SDL_Renderer
*
g_renderer
;
Reference in New Issue
Copy Permalink