|
RunicVTT Open Source Virtual Tabletop for TTRPG using P2P
|
#include <vector>#include "Renderer.h"#include "Texture.h"#include "Shader.h"#include "VertexArray.h"#include "VertexBuffer.h"#include "IndexBuffer.h"#include "glm/glm.hpp"#include "glm/gtc/matrix_transform.hpp"#include "imgui.h"#include "imgui_impl_glfw.h"#include "imgui_impl_opengl3.h"#include "flecs.h"#include "IdentityManager.h"#include "Components.h"#include "DirectoryWindow.h"Go to the source code of this file.
Classes | |
| struct | BoardImageData |
| class | Camera |
| class | BoardManager |
Enumerations | |
| enum class | Tool { MOVE , FOG , MARKER , SELECT } |