Added editor codebase
This commit is contained in:
17
Editor/help.cpp
Normal file
17
Editor/help.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#include <cstdio>
|
||||
#include <SDL2/SDL.h>
|
||||
#include <bits/stdc++.h>
|
||||
|
||||
#include "imgui.h"
|
||||
#include "ssup.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
|
||||
void renderHelpMenu(){
|
||||
if (ImGui::BeginTabItem(appLang == LANG::ENGLISH ? "Help" : "Hilfe")){
|
||||
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user