Initial Commit
This commit is contained in:
20
common/VXDCTRL.HPP
Normal file
20
common/VXDCTRL.HPP
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef _COMMON_VXDCONTROL_HPP_
|
||||
#define _COMMON_VXDCONTROL_HPP_
|
||||
#ifndef _COMMON_WINDOWS_HPP_
|
||||
#include <common/windows.hpp>
|
||||
#endif
|
||||
#ifndef _COMMON_STRING_HPP_
|
||||
#include <common/string.hpp>
|
||||
#endif
|
||||
#ifndef _COMMON_OPENFILE_HPP_
|
||||
#include <common/openfile.hpp>
|
||||
#endif
|
||||
|
||||
class VxDControl : public FileHandle
|
||||
{
|
||||
public:
|
||||
VxDControl(const String &pathFileName);
|
||||
virtual ~VxDControl();
|
||||
private:
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user