9 lines
251 B
C++
9 lines
251 B
C++
#include "test_tart.h"
|
|
//#include <Pickler.h>
|
|
int main (int argc, char *argv[]) {
|
|
// INSTALLSHELF;
|
|
tart_create_cell('t', '1', (struct tart_rgb){0,0,0}, (struct tart_rgb){0,0,0});
|
|
//tart_run(&__pickle_shelf__);
|
|
return 0;//PICKLESHELF;
|
|
}
|