mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-01-17 01:39:42 -06:00
sys: Added clang-format file, formatted entire project
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
class ViewExample : public hex::View {
|
||||
public:
|
||||
ViewExample() : hex::View("Example") {}
|
||||
~ViewExample() override {}
|
||||
ViewExample() : hex::View("Example") { }
|
||||
~ViewExample() override { }
|
||||
|
||||
void drawContent() override {
|
||||
if (ImGui::Begin("Example")) {
|
||||
@@ -18,7 +18,4 @@ public:
|
||||
IMHEX_PLUGIN_SETUP("Example C++", "WerWolv", "Example C++ plugin used as template for plugin devs") {
|
||||
|
||||
ContentRegistry::Views::add<ViewExample>();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user