первый

This commit is contained in:
2024-11-01 12:23:13 +05:00
parent 801d9d33fa
commit 0688c46a7e
226 changed files with 162921 additions and 0 deletions

View File

@ -0,0 +1,20 @@
//---------------------------------------------------------------------------
#ifndef CCitizenPPU700ThreadH
#define CCitizenPPU700ThreadH
//---------------------------------------------------------------------------
#include "DeviceThread.h"
typedef enum
{
UNKNOWN = 0xFF,
} CitizenPPU700State;
class CCitizenPPU700Thread : public TDeviceThread
{
protected:
public:
__fastcall CCitizenPPU700Thread();
__fastcall ~CCitizenPPU700Thread();
};
#endif