Get rid of all other #pragma once's, except the one in StdAfx.h.

(three cheers for perl)
This commit is contained in:
Glenn Maynard
2002-11-16 08:07:38 +00:00
parent 0c9e7240c3
commit 24cc7a3c04
91 changed files with 364 additions and 93 deletions
+4 -1
View File
@@ -1,4 +1,5 @@
#pragma once
#ifndef COURSECONTENTSFRAME_H
#define COURSECONTENTSFRAME_H
/*
-----------------------------------------------------------------------------
Class: CourseContentsFrame
@@ -60,3 +61,5 @@ protected:
float m_fTimeUntilScroll;
float m_fItemAtTopOfList; // between 0 and m_iNumContents
};
#endif