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