add asset js loader & export doric classes
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#ifndef DORICNATIVEPLUGIN_H
|
||||
#define DORICNATIVEPLUGIN_H
|
||||
|
||||
#include "DoricExport.h"
|
||||
|
||||
#include "../utils/DoricContextHolder.h"
|
||||
|
||||
class DoricNativePlugin : public DoricContextHolder {
|
||||
class DORIC_EXPORT DoricNativePlugin : public DoricContextHolder {
|
||||
public:
|
||||
using DoricContextHolder::DoricContextHolder;
|
||||
};
|
||||
|
Reference in New Issue
Block a user