8 lines
298 B
C++
8 lines
298 B
C++
#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__
|