-
- // Header for including only the most essential parts of the framework needed for command line applications.
- #ifndef DFPSR_INCLUDED_ESSENTIALS
- #define DFPSR_INCLUDED_ESSENTIALS
- // The essential headers needed for CLI applications
- #include "api/bufferAPI.h" // Storing binary data
- #include "api/fileAPI.h" // Saving and loading binary files
- #include "api/stringAPI.h" // Processing text
- #endif
|