Inverted control flow, engine as library
This commit is contained in:
@@ -174,7 +174,7 @@ public:
|
||||
|
||||
// Update the source database from disk.
|
||||
//
|
||||
void update_source() { source_db_.update(); source_db_.rebuild(true); }
|
||||
void update_source(const util::LuaSource &source) { source_db_.update(source); source_db_.rebuild(true); }
|
||||
|
||||
// Run all unit tests.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user