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 COURSE_H
|
||||
#define COURSE_H
|
||||
/*
|
||||
-----------------------------------------------------------------------------
|
||||
Class: Course
|
||||
@@ -75,3 +76,5 @@ private:
|
||||
|
||||
void SortCoursePointerArrayByDifficulty( CArray<Course*,Course*> &apCourses );
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user