Free Hero Mesh

edit.c at [3f12058d2d]
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.

File edit.c artifact 240eb74098 part of check-in 3f12058d2d


#if 0
gcc ${CFLAGS:--s -O2} -c edit.c `sdl-config --cflags`
exit
#endif

#include "SDL.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sqlite3.h"
#include "smallxrm.h"
#include "heromesh.h"

void run_editor(void) {
  fatal("[Editor not implemented yet]\n"); // so far just a stub
}