Event driven engine, further work.

This commit is contained in:
2021-10-05 12:54:37 -04:00
parent bc22dc89af
commit bce756d1fd
11 changed files with 61 additions and 115 deletions

View File

@@ -174,7 +174,9 @@ public:
// Update the source database from disk.
//
void update_source(const util::LuaSource &source) { source_db_.update(source); source_db_.rebuild(true); }
// Special case: if the source pointer is nullptr, does not update.
//
void update_source(util::LuaSourcePtr source);
// Run all unit tests.
//