Initial
This commit is contained in:
14
vst/WheelController.hpp
Normal file
14
vst/WheelController.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _VST_WHEELCONTROLLER_HPP_
|
||||
#define _VST_WHEELCONTROLLER_HPP_
|
||||
#ifndef _IMAGELIST_IMAGELIST_HPP_
|
||||
#include <imagelst/imagelst.hpp>
|
||||
#endif
|
||||
|
||||
class WheelController : public ImageList
|
||||
{
|
||||
public:
|
||||
WheelController(HINSTANCE hProcessInstance);
|
||||
virtual ~WheelController();
|
||||
private:
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user