mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
Missing endian.h
svn-id: r21798
This commit is contained in:
parent
0fd8c1da1e
commit
cbe570756b
@ -23,6 +23,7 @@
|
||||
*/
|
||||
|
||||
#include "be_os5.h"
|
||||
#include "common/endian.h"
|
||||
|
||||
void OSystem_PalmOS5::showOverlay() {
|
||||
// hide fight indicator
|
||||
|
@ -23,6 +23,7 @@
|
||||
*/
|
||||
|
||||
#include "be_zodiac.h"
|
||||
#include "common/endian.h"
|
||||
|
||||
void OSystem_PalmZodiac::clearOverlay() {
|
||||
if (!_overlayVisible)
|
||||
|
Loading…
Reference in New Issue
Block a user