mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
blacklib folder reorganisation
This commit is contained in:
17
src/driver/fs9/driver_fs9.h
Normal file
17
src/driver/fs9/driver_fs9.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef DRIVER_FS9_H
|
||||
#define DRIVER_FS9_H
|
||||
|
||||
#include <simulator.h>
|
||||
|
||||
class CDriverFS9 : public ISimulator
|
||||
{
|
||||
public:
|
||||
CDriverFS9();
|
||||
virtual int init() { return 1;}
|
||||
|
||||
protected:
|
||||
|
||||
BlackMisc::CLibraryContext *m_libraryContext;
|
||||
};
|
||||
|
||||
#endif // DRIVER_FS9_H
|
||||
Reference in New Issue
Block a user