06e5c21a83
1 2 3 4 5 6 7
#pragma once namespace NNeh { class IProtocol; IProtocol* InProcProtocol(); }