summaryrefslogtreecommitdiffhomepage
path: root/src/loader/inc/sel.h
blob: 3885d34785125b462383f20523c60e47ece056c5 (plain) (blame)
1
2
3
4
5
6
7
8
// MIT License, Copyright (c) 2021 Marvin Borner

#ifndef SEL_H
#define SEL_H

void sel_draw(void);

#endif