mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-20 22:04:32 +00:00
Use templates to reduce the redundant number-lexing functions (#1963)
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
#include "helpers.hpp"
|
||||
#include "style.hpp"
|
||||
#include "util.hpp" // isDigit
|
||||
#include "util.hpp" // parseNumber
|
||||
|
||||
void warnx(char const *fmt, ...) {
|
||||
va_list ap;
|
||||
|
||||
Reference in New Issue
Block a user