diff options
Diffstat (limited to 'um/wrappers/simple/include/libsimple/all.hpp')
-rw-r--r-- | um/wrappers/simple/include/libsimple/all.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/um/wrappers/simple/include/libsimple/all.hpp b/um/wrappers/simple/include/libsimple/all.hpp new file mode 100644 index 0000000..474b802 --- /dev/null +++ b/um/wrappers/simple/include/libsimple/all.hpp @@ -0,0 +1,8 @@ +// Copyright (c) 2015 Egor Tensin <Egor.Tensin@gmail.com> +// This file is part of the "Windows 7 drivers" project. +// For details, see https://github.com/egor-tensin/windows7-drivers. +// Distributed under the MIT License. + +#pragma once + +#include "device.hpp" |