15 lines
170 B
C++
15 lines
170 B
C++
#ifndef FormatRaw_included
|
|
#define FormatRaw_included
|
|
|
|
class Device;
|
|
|
|
class FormatRaw {
|
|
|
|
public:
|
|
|
|
static void inspect(Device&);
|
|
|
|
};
|
|
|
|
#endif /* !FormatRaw_included */
|