Skip to content
Snippets Groups Projects
Commit f3243937 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't #include sbbs.h since that includes text.h, which is generated by this

Which means that every time textgen was built, it was immediately out of
date (and requiring a rebuild).
parent 0e2c6831
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -2,9 +2,11 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sbbs.h"
#include "genwrap.h" // truncsp
#include "dirwrap.h" // MAX_PATH
#include "gen_defs.h"
#include "str_util.h"
#include "getctrl.h"
/****************************************************************************/
/* Reads special TEXT.DAT printf style text lines, splicing multiple lines, */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment