Made lua run under MSWin with Dev-Cpp 4.9.9.2
[sdlbotor.git] / OAcid.h
blob529db134d351bc5ef6ef0a7f6735d6f437840c41
1 #ifndef OACID_H
2 #define OACID_H
4 #include "Object.h"
6 namespace botor
9 class OAcid : public Object
12 public:
13 OAcid( Sint16 X, Sint16 Y );
14 OAcid( );
16 virtual void OnActivation( Player *p );
22 #endif