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

#ifndef __HAZEL_HAZEL_H__
#define __HAZEL_HAZEL_H__
#include "pch.h"
DLLEXPORT void Hazel_RunExampleWindow();
#endif