This website requires JavaScript.
Explore
Help
Sign In
ScummVM
/
scummvm
Watch
1
Star
0
Fork
0
mirror of
https://github.com/scummvm/scummvm.git
synced
2026-06-20 05:45:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fdea5abb34a8a00a4dfd02e8081aa550e43bedb7
scummvm
/
backends
/
platform
/
sdl
T
History
Torbjörn Andersson
6a9eb08ac7
Fixed indentation.
...
svn-id: r26308
2007-03-27 14:28:48 +00:00
..
events.cpp
Fixed indentation.
2007-03-27 14:28:48 +00:00
graphics.cpp
Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again
2007-03-17 19:02:05 +00:00
module.mk
Started to move 'monolithic' parts of our ports to the new 'background/platform' directory (see also the 'Modular_Backends' page in our Wiki)
2006-06-24 12:33:52 +00:00
sdl-common.h
Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again
2007-03-17 19:02:05 +00:00
sdl.cpp
fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define
2007-03-17 15:45:05 +00:00