diff --git a/style.cpp b/style.cpp new file mode 100644 index 0000000..fed60ea --- /dev/null +++ b/style.cpp @@ -0,0 +1 @@ +#include "style.h" diff --git a/style.h b/style.h new file mode 100644 index 0000000..e5aebeb --- /dev/null +++ b/style.h @@ -0,0 +1,4 @@ +#ifndef STYLE_H +#define STYLE_H + +#endif // STYLE_H