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