should include stdio.h for sprintf, not printf.h

This commit is contained in:
Jcw87
2023-12-26 23:04:28 -08:00
parent 82b429b72f
commit 6f322741bc
6 changed files with 6 additions and 5 deletions
+1 -2
View File
@@ -19,8 +19,7 @@
#include "m_Do/m_Do_dvd_thread.h"
#include "JSystem/JKernel/JKRHeap.h"
#include "JSystem/JKernel/JKRExpHeap.h"
#include "string.h"
#include "printf.h"
#include "stdio.h"
class room_of_scene_class : public scene_class {
public: