summary refs log tree commit diff stats
path: root/src/editor.cpp
blob: 6e53ac3a91eae9115673c9c88726a205f7a740dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "editor.h"

void Editor::tick(
  double dt,
  const Uint8* keystate)
{

}

void Editor::render(SDL_Renderer* ren)
{

}