mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
12 lines
278 B
C
12 lines
278 B
C
#pragma once
|
|
|
|
#include <zep/editor.h>
|
|
|
|
// Helpers to create zep editor
|
|
Zep::ZepEditor& zep_get_editor();
|
|
void zep_init(const Zep::NVec2f& pixelScale);
|
|
void zep_update();
|
|
void zep_show(const Zep::NVec2i& displaySize);
|
|
void zep_destroy();
|
|
void zep_load(const Zep::ZepPath& file);
|