Stroika Library 3.0d18
 
Loading...
Searching...
No Matches
ActiveLedIt.h
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4#ifndef __ActiveLedIt_h__
5#define __ActiveLedIt_h__ 1
6
7#include "Stroika/Foundation/StroikaPreComp.h"
8
9#include <afxctl.h>
10
11#include "ActiveLedItConfig.h"
12
13class ActiveLedItApp : public COleControlModule {
14private:
15 using inherited = COleControlModule;
16
17public:
18 virtual BOOL InitInstance () override;
19 virtual int ExitInstance () override;
20};
21
22extern const GUID CDECL _tlid;
23extern const WORD _wVerMajor;
24extern const WORD _wVerMinor;
25
26/*
27 ********************************************************************************
28 ***************************** Implementation Details ***************************
29 ********************************************************************************
30 */
31
32#endif /*__ActiveLedIt_h__*/