You've already forked FileManager
mirror of
https://github.com/Team-Resurgent/FileManager.git
synced 2026-04-30 10:38:50 -07:00
9 lines
117 B
C
9 lines
117 B
C
#ifndef XBPS_H
|
|
#define XBPS_H
|
|
|
|
#include "xpatchlib.h"
|
|
#include <StdIO.h>
|
|
|
|
int CheckBPS(FILE* fbps);
|
|
|
|
#endif // XBPS_H
|