Get rid of all other #pragma once's, except the one in StdAfx.h.
(three cheers for perl)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#ifndef TEXTBANNER_H
|
||||
#define TEXTBANNER_H
|
||||
/*
|
||||
-----------------------------------------------------------------------------
|
||||
Class: TextBanner
|
||||
@@ -23,3 +24,5 @@ public:
|
||||
private:
|
||||
BitmapText m_textTitle, m_textSubTitle, m_textArtist;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user