mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
9 lines
218 B
C++
9 lines
218 B
C++
#pragma once
|
|
|
|
template <class T>
|
|
class CProxy_ILauncherEvents : public IConnectionPointImpl<T, &__uuidof( _ILauncherEvents ), CComDynamicUnkArray>
|
|
{
|
|
//Warning this class will be regenerated by the wizard.
|
|
public:
|
|
};
|