mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
empty classes
This commit is contained in:
6
DesktopEditor/doctrenderer/jsgraphics/graphics.cpp
Normal file
6
DesktopEditor/doctrenderer/jsgraphics/graphics.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "graphics.h"
|
||||
|
||||
CJSGraphics::CJSGraphics()
|
||||
{
|
||||
|
||||
}
|
||||
15
DesktopEditor/doctrenderer/jsgraphics/graphics.h
Normal file
15
DesktopEditor/doctrenderer/jsgraphics/graphics.h
Normal file
@ -0,0 +1,15 @@
|
||||
#ifndef CJSGRAPHICS_H
|
||||
#define CJSGRAPHICS_H
|
||||
|
||||
#include "../../common/Types.h"
|
||||
#include "../../../Common/3dParty/v8/v8/include/v8.h"
|
||||
#include "../../../Common/3dParty/v8/v8/include/libplatform/libplatform.h"
|
||||
|
||||
class CJSGraphics
|
||||
{
|
||||
private:
|
||||
public:
|
||||
CJSGraphics();
|
||||
};
|
||||
|
||||
#endif // CJSGRAPHICS_H
|
||||
@ -0,0 +1,6 @@
|
||||
#include "graphics_wrapper.h"
|
||||
|
||||
CJSGraphicsWrapper::CJSGraphicsWrapper()
|
||||
{
|
||||
|
||||
}
|
||||
10
DesktopEditor/doctrenderer/jsgraphics/graphics_wrapper.h
Normal file
10
DesktopEditor/doctrenderer/jsgraphics/graphics_wrapper.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef CJSGRAPHICS_WRAPPER_H
|
||||
#define CJSGRAPHICS_WRAPPER_H
|
||||
|
||||
class CJSGraphicsWrapper
|
||||
{
|
||||
public:
|
||||
CJSGraphicsWrapper();
|
||||
};
|
||||
|
||||
#endif // CJSGRAPHICS_WRAPPER_H
|
||||
Reference in New Issue
Block a user