--- a/src/docs.h Wed Oct 23 13:14:17 2013 +0300 +++ b/src/docs.h Mon Jan 20 15:04:26 2014 +0200 @@ -1,6 +1,6 @@ /* * LDForge: LDraw parts authoring CAD - * Copyright (C) 2013 Santeri Piippo + * Copyright (C) 2013, 2014 Santeri Piippo * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,11 +16,11 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef DOCS_H -#define DOCS_H +#ifndef LDFORGE_DOCS_H +#define LDFORGE_DOCS_H extern const char* g_docs_overlays; void showDocumentation (const char* text); -#endif // DOCS_H \ No newline at end of file +#endif // LDFORGE_DOCS_H \ No newline at end of file