Fix for No and disabeling of callback support for now
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "syscalls.hpp"
|
||||
|
||||
namespace JabyEngine {
|
||||
namespace Callback {
|
||||
namespace [[deprecated("Callbacks are deprecated for now")]] Callback {
|
||||
struct VSyncCallback {
|
||||
using Function = void (*)();
|
||||
|
Reference in New Issue
Block a user