This repository has been archived on 2022-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
InfinitShoot/hazel/hazel.h

8 lines
119 B
C
Raw Normal View History

2022-07-29 21:35:46 +08:00
#ifndef __HAZEL_HAZEL_H__
#define __HAZEL_HAZEL_H__
#include "pch.h"
2022-07-30 01:39:39 +08:00
DLLEXPORT void Hazel_RunExampleWindow();
2022-07-29 21:35:46 +08:00
#endif