Go to the documentation of this file.
20 #ifndef __GNASH_DEVICE_H__
21 #define __GNASH_DEVICE_H__ 1
27 #include <boost/cstdint.hpp>
62 virtual bool initDevice(
int argc,
char *argv[]) = 0;
105 virtual int getID() = 0;
137 #endif // end of __GNASH_DEVICE_H__