mirror of
https://github.com/hasherezade/bearparser
synced 2026-06-08 14:32:38 +00:00
10 lines
156 B
C
10 lines
156 B
C
#ifndef BEARPARSER_H
|
|
#define BEARPARSER_H
|
|
|
|
#define BEARPARSER_VERSION "0.6"
|
|
|
|
#include <bearparser/core.h>
|
|
#include <bearparser/pe.h>
|
|
|
|
#endif //BEARPARSER_H
|