#ifndef _SCINTILLAPYTHON_H #define _SCINTILLAPYTHON_H namespace NppPythonScript { class ScintillaWrapper; void preinitScintillaModule(); void importScintilla(boost::shared_ptr editor, boost::shared_ptr editor1, boost::shared_ptr editor2); } #endif