summaryrefslogtreecommitdiff
path: root/src/internal/perk_driver_impl.h
blob: 016a3693a62cbeff6131ceb84bd899e055b215c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef PE_DRIVER_IMPL_H
#define PE_DRIVER_IMPL_H

enum app_tags {
	TAG_HELP,
	TAG_VERSION,
	TAG_OUTPUT,
	TAG_PRETTY,
	TAG_EXPSYMS,
	TAG_IMPLIBS,
	TAG_IMPSYMS,
};

#endif