Add missing header guards

This commit is contained in:
Drake Arconis
2014-03-01 18:00:59 -05:00
parent 71d9084a95
commit 64d4a9e240
9 changed files with 36 additions and 2 deletions

View File

@@ -29,8 +29,11 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "llviewerprecompiledheaders.h"
#ifndef MS_CHATBARCMDLINE_H
#define MS_CHATBARCMDLINE_H
#include "llchatbar.h"
bool cmd_line_chat(std::string revised_text, EChatType type);
#endif