KiCad PCB EDA Suite
|
#include <iostream>
#include <sstream>
#include <wx/log.h>
#include <wx/translation.h>
#include "plugins/ldr/3d/pluginldr3D.h"
Go to the source code of this file.
Macros | |
#define | PLUGIN_CLASS_3D "PLUGIN_3D" |
#define | PLUGIN_3D_MAJOR 1 |
#define | PLUGIN_3D_MINOR 0 |
#define | PLUGIN_3D_PATCH 0 |
#define | PLUGIN_3D_REVISION 0 |
#define PLUGIN_3D_MAJOR 1 |
Definition at line 33 of file pluginldr3D.cpp.
#define PLUGIN_3D_MINOR 0 |
Definition at line 34 of file pluginldr3D.cpp.
#define PLUGIN_3D_PATCH 0 |
Definition at line 35 of file pluginldr3D.cpp.
#define PLUGIN_3D_REVISION 0 |
Definition at line 36 of file pluginldr3D.cpp.
#define PLUGIN_CLASS_3D "PLUGIN_3D" |
Definition at line 32 of file pluginldr3D.cpp.