doodle  0.2
Intended to support teaching C++, doodle is a simple library that helps make a window and makes it easy to do some drawing.
eventhook.hpp
Go to the documentation of this file.
1 #pragma once
2 /*--------------------------------------------------------------*
3  Copyright (C) 2021 Rudy Castan
4 
5  This file is distributed WITHOUT ANY WARRANTY. See the file
6  `License.md' for details.
7 *--------------------------------------------------------------*/
8 #pragma once
9 
10 #ifndef DOODLE_API
11 # define EVENT_HOOK extern "C" __declspec(dllexport)
12 #endif