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 NOTEDATAWITHSCORING_H
|
||||
#define NOTEDATAWITHSCORING_H
|
||||
/*
|
||||
-----------------------------------------------------------------------------
|
||||
Class: NoteDataWithScoring
|
||||
@@ -59,3 +60,5 @@ struct NoteDataWithScoring : public NoteData
|
||||
float GetActualChaosRadarValue( float fSongSeconds );
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user