2025-04-27 07:49:33 -04:00

15 lines
205 B
C++

/*
*/
#pragma once
class CSxApwMyContext //: public CSxApwTheirContext
{
typedef CSxApwTheirContext Base;
public:
CSxApwMyContext();
~CSxApwMyContext();
HRESULT Init();
};