Partway through the SSL refactor, code is operational again (in plaintext)
This commit is contained in:
@@ -359,11 +359,6 @@ public:
|
||||
//
|
||||
int drv_notify_accept(int port);
|
||||
|
||||
// Set the clock. The driver is expected to periodically check the system
|
||||
// clock and feed the value into the engine.
|
||||
//
|
||||
void drv_set_clock(double t);
|
||||
|
||||
// Set the lua source code. The driver is expected to read the lua source
|
||||
// code and store it (using this function) once before invoking
|
||||
//
|
||||
@@ -372,7 +367,7 @@ public:
|
||||
// Invoke the init or update event.
|
||||
//
|
||||
void drv_invoke_event_init(int argc, char *argv[]);
|
||||
void drv_invoke_event_update();
|
||||
void drv_invoke_event_update(double clock);
|
||||
|
||||
// Check the 'rescan_lua_source' flag. If this flag is set, it means
|
||||
// that the engine wants the driver to rescan the lua source code.
|
||||
|
||||
Reference in New Issue
Block a user