Add USAGE section

This commit is contained in:
fvanroie 2021-10-08 19:58:58 +02:00
parent 88b0c764cf
commit caa226c70f
3 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,9 @@
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie /* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
// USAGE: - Copy this file and rename it to my_custom.cpp
// - Change false to true on line 9
#include "hasplib.h" #include "hasplib.h"
#if defined(HASP_USE_CUSTOM) && false // <-- set this to true in your code #if defined(HASP_USE_CUSTOM) && false // <-- set this to true in your code

View File

@ -1,6 +1,9 @@
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie /* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
// USAGE: - Copy this file and rename it to my_custom.cpp
// - Change false to true on line 9
#include "hasplib.h" #include "hasplib.h"
#if defined(HASP_USE_CUSTOM) && false // <-- set this to true in your code #if defined(HASP_USE_CUSTOM) && false // <-- set this to true in your code

View File

@ -1,6 +1,9 @@
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie /* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */ For full license information read the LICENSE file in the project folder */
// USAGE: Copy this file and rename it to my_custom.h
//
#ifndef HASP_CUSTOM_H #ifndef HASP_CUSTOM_H
#define HASP_CUSTOM_H #define HASP_CUSTOM_H