mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-01 13:09:11 +00:00
15 lines
248 B
C
15 lines
248 B
C
/**
|
|
* Author......: See docs/credits.txt
|
|
* License.....: MIT
|
|
*/
|
|
|
|
#ifndef _EMU_INC_RP_OPTIMIZED_H
|
|
#define _EMU_INC_RP_OPTIMIZED_H
|
|
|
|
#include "emu_general.h"
|
|
|
|
#include "inc_vendor.h"
|
|
#include "inc_rp_optimized.h"
|
|
|
|
#endif // _EMU_INC_RP_OPTIMIZED_H
|