12d9315082
Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 1.7 patch 054 aga sul main trunk git-svn-id: svn://10.65.10.50/trunk@9659 c028cbd2-c16b-5b4b-a496-9718f37d4682
18 lines
317 B
C++
Executable File
18 lines
317 B
C++
Executable File
#ifndef __DBCVLIB_H
|
|
#define __DBCVLIB_H
|
|
|
|
#ifndef __MGLIB_H
|
|
#include "../mg/mglib.h"
|
|
#endif
|
|
|
|
// libreria per i movimenti
|
|
class TTimed_skipbox: public TTimed_breakbox
|
|
{
|
|
public:
|
|
TTimed_skipbox(const char * message,int seconds,int x=40,int y=10);
|
|
~TTimed_skipbox();
|
|
};
|
|
|
|
#endif
|
|
|