Cleaned up unused libraries

This commit is contained in:
2024-03-28 22:27:41 +02:00
parent a21139193e
commit d90f123059
159 changed files with 0 additions and 228278 deletions

14
extern/include/granny/granny.h vendored Normal file
View 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

File diff suppressed because it is too large Load Diff

5682
extern/include/granny/granny29.h vendored Normal file

File diff suppressed because it is too large Load Diff