2017-01-03 20:05:35 +00:00
|
|
|
/*
|
|
|
|
* Mr. 4th Dimention - Allen Webster
|
|
|
|
*
|
|
|
|
* 03.01.2017
|
|
|
|
*
|
|
|
|
* File layer for 4coder
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
// TOP
|
|
|
|
|
2017-01-07 02:59:55 +00:00
|
|
|
#include "../common/4ed_defines.h"
|
|
|
|
|
|
|
|
#include "4coder_buffer.cpp"
|
|
|
|
#include "4coder_undo.cpp"
|
2017-01-03 20:05:35 +00:00
|
|
|
|
|
|
|
int main(){
|
|
|
|
return(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
// BOTTOM
|
|
|
|
|