mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Add a method for testing if a demo is playing
This commit is contained in:
parent
daf70260de
commit
967819a5b8
@ -1637,6 +1637,12 @@ CEvent::~CEvent ()
|
|||||||
WriteInfo (); // lit le fichier "info.blp"
|
WriteInfo (); // lit le fichier "info.blp"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool
|
||||||
|
CEvent::IsDemoPlaying ()
|
||||||
|
{
|
||||||
|
return this->m_bDemoPlay;
|
||||||
|
}
|
||||||
|
|
||||||
// Retourne la position de la souris.
|
// Retourne la position de la souris.
|
||||||
|
|
||||||
Point
|
Point
|
||||||
|
@ -92,6 +92,7 @@ public:
|
|||||||
CEvent ();
|
CEvent ();
|
||||||
~CEvent ();
|
~CEvent ();
|
||||||
|
|
||||||
|
bool IsDemoPlaying ();
|
||||||
Point GetMousePos ();
|
Point GetMousePos ();
|
||||||
void
|
void
|
||||||
Create (CPixmap * pPixmap, CDecor * pDecor, CSound * pSound, CMovie * pMovie);
|
Create (CPixmap * pPixmap, CDecor * pDecor, CSound * pSound, CMovie * pMovie);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user