Prepare CD code and unify header names

This commit is contained in:
2022-12-12 03:43:18 +01:00
parent 396f6da113
commit 0e4e53f3a4
19 changed files with 49 additions and 17 deletions

View File

@@ -0,0 +1,8 @@
#ifndef __JABYENGINE_CD_FILE_PROCESSOR_HPP__
#define __JABYENGINE_CD_FILE_PROCESSOR_HPP__
// This will be used as the file processor but will work on cd types
// Will probably use file_processor
// Will also setup the circular buffer for the CD code
#endif //!__JABYENGINE_CD_FILE_PROCESSOR_HPP__