From 0bce7aa1238954a3d165f4eefc9465afe801e484 Mon Sep 17 00:00:00 2001 From: nasicurious Date: Wed, 3 Nov 2021 17:20:04 +0330 Subject: [PATCH] Add struct for Exception --- Servo/include/ExpConfig.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Servo/include/ExpConfig.h diff --git a/Servo/include/ExpConfig.h b/Servo/include/ExpConfig.h new file mode 100644 index 0000000..164c5da --- /dev/null +++ b/Servo/include/ExpConfig.h @@ -0,0 +1,4 @@ +#ifndef EXPCONFIG_H +#define EXPCONFIG_H + +#endif // EXPCONFIG_H