forked from metin2/client
Cleaned up unused libraries
This commit is contained in:
14
extern/include/granny/granny.h
vendored
Normal file
14
extern/include/granny/granny.h
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef GRANNY_INCALL_H
|
||||
#define GRANNY_INCALL_H
|
||||
|
||||
#if !defined(__GRANNY_VERSION__) || __GRANNY_VERSION__ == 4
|
||||
#include "granny24.h"
|
||||
#pragma comment(lib, "granny24.lib")
|
||||
#elif __GRANNY_VERSION__ == 9
|
||||
#include "granny29.h"
|
||||
#pragma comment(lib, "granny29.lib")
|
||||
#else
|
||||
#error "Unsupported __GRANNY_VERSION__" __GRANNY_VERSION__
|
||||
#endif
|
||||
|
||||
#endif // GRANNY_H
|
3352
extern/include/granny/granny24.h
vendored
Normal file
3352
extern/include/granny/granny24.h
vendored
Normal file
File diff suppressed because it is too large
Load Diff
5682
extern/include/granny/granny29.h
vendored
Normal file
5682
extern/include/granny/granny29.h
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user