summaryrefslogtreecommitdiff
path: root/prge_window.h
blob: e79ee86331ec812796f26bc71325b753c3f7e6f9 (plain)
1
2
3
4
5
6
#ifndef PRGE_WINDOW_H
#define PRGE_WINDOW_H

Window window_init(S32 width, S32 height, Str8 name);

#endif /* PRGE_WINDOW_H */