summaryrefslogtreecommitdiff
path: root/src/graphics.h
blob: 20544de0c900f9e447b6e56ea0f3f662004b2e15 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

enum graphics_error_e {
  GRAPHICS_ERROR_NONE = 0,
};

struct graphics_s {};

enum graphics_error_e wayc_graphics_init(struct graphics_s* graphics);
void wayc_graphics_deinit(struct graphics_s* graphics);