mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Added debugOutput for crt0.
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
#include "platform.h"
|
||||
#include "config.h"
|
||||
#include "macros.h"
|
||||
#include "debug.h"
|
||||
|
||||
///
|
||||
#define BX_COUNTOF(_x) sizeof(bx::COUNTOF_REQUIRES_ARRAY_ARGUMENT(_x) )
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#ifndef BX_DEBUG_H_HEADER_GUARD
|
||||
#define BX_DEBUG_H_HEADER_GUARD
|
||||
|
||||
#include "bx.h"
|
||||
#include "string.h"
|
||||
|
||||
namespace bx
|
||||
{
|
||||
@@ -16,6 +16,9 @@ namespace bx
|
||||
///
|
||||
void debugOutput(const char* _out);
|
||||
|
||||
///
|
||||
void debugOutput(const StringView& _str);
|
||||
|
||||
///
|
||||
void debugPrintfVargs(const char* _format, va_list _argList);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user