diff --git a/Templates/Driver.h b/Templates/Driver.h new file mode 100644 index 0000000..030bfc4 --- /dev/null +++ b/Templates/Driver.h @@ -0,0 +1,12 @@ +/* The following snippet in your Driver.h gets all DMF components included */ + +#pragma warning(disable:5040) +#include +#pragma warning(default:5040) + +#include +#include +#include +#include + +// the rest of your includes \ No newline at end of file