(Let's retry since there's a problem with the doxygen script.)

This commit is contained in:
artart78 2011-10-27 12:16:11 +00:00
parent 27d995a420
commit 9f83f83125

View File

@ -1,3 +1,10 @@
/**
* \author artart78
* \version 6.60
*
* The init.prx module RE'ing.
*/
#include "../global.h"
#define IS_JUMP(op) ((op & 0xFC000000) == 0x0C000000)