mirror of
https://github.com/open-goal/jak-project
synced 2026-07-09 06:53:45 -04:00
Merge pull request #41 from xTVaser/pragma-once
Add #pragma once to all header files
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
/*!
|
||||
* @file LinkedObjectFile.h
|
||||
* An object file's data with linking information included.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
/*!
|
||||
* @file LinkedObjectFileCreation.h
|
||||
* Create a LinkedObjectFile from raw object file data.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
/*!
|
||||
* @file LinkedWord.h
|
||||
* A word (4 bytes), possibly with some linking info.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
/*!
|
||||
* @file ObjectFileDB.h
|
||||
* A "database" of object files found in DGO files.
|
||||
|
||||
Reference in New Issue
Block a user