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