mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-11-18 19:07:16 +00:00
1 line
183 B
C
1 line
183 B
C
#include "Hex Editor.h"
|
|
|
|
#ifndef _ResKnife_HexEditor_Initalisation_
|
|
#define _ResKnife_HexEditor_Initalisation_
|
|
|
|
/*!
|
|
* @function InitGlobals
|
|
*/
|
|
OSStatus InitGlobals( void );
|
|
|
|
#endif |