Altium C++ SDK 3.0
Loading...
Searching...
No Matches
EDP.Embedded.RecordWrappers.h
Go to the documentation of this file.
1#pragma once
2
3#ifndef EDP_EMBEDDED_RECORDWRAPPERS_H_INCLUDED
4#define EDP_EMBEDDED_RECORDWRAPPERS_H_INCLUDED
5
6#include <comdef.h>
7#include <string>
8#include "DXP.DispatchImpl.h"
9#pragma pack(push, 8)
10
11namespace Embedded
12{
13
14} // namespace Embedded
15
16#pragma pack(pop)
17
18#endif // EDP_EMBEDDED_RECORDWRAPPERS_H_INCLUDED
Definition EDP.Embedded.AbstractClasses.h:20