Get some of the last remaining C files into C++

They still need to be fixed up, but they now build with C++.
This commit is contained in:
2025-08-23 02:09:47 -04:00
parent e4f1102e32
commit f283391b46
78 changed files with 172 additions and 144 deletions

View File

@ -26,7 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "dlib/dlib.h"
#include "dlib/dlib.hh"
namespace lout {

View File

@ -20,7 +20,7 @@
#include "object.hh"
#include "dlib/dlib.h"
#include "dlib/dlib.hh"
#include <stdio.h>
#include <stdint.h>
#include <config.h>