Cover lbas

This commit is contained in:
2022-12-04 17:23:45 +01:00
parent 5320eab44d
commit 78bedd0e90
3 changed files with 19 additions and 12 deletions

View File

@@ -0,0 +1,8 @@
#ifndef __JABYENGINE_OVERLAY_LBA__HPP__
#define __JABYENGINE_OVERLAY_LBA__HPP__
#define __jabyengine_start_lba_request
#define __jabyengine_request_lba_for(name, file) name
#define __jabyengine_end_lba_request EndOfRequest
#endif //!__JABYENGINE_OVERLAY_LBA__HPP__