12 lines
158 B
C
12 lines
158 B
C
#pragma once
|
|
#include "CommonHeader.h"
|
|
#include <combaseapi.h>
|
|
|
|
#ifndef EDITOR_INTERFACE
|
|
#define EDITOR_INTERFACE extern "C" __declspec(dllexport)
|
|
#endif
|
|
|
|
|
|
|
|
|