Step 186: keyboard shortcut reference
This commit is contained in:
14
editor/tests/step186_integration_test.cpp
Normal file
14
editor/tests/step186_integration_test.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
// Step 186: Shortcut reference state integration checks.
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include "state/UIFlags.h"
|
||||
|
||||
int main() {
|
||||
UIFlags flags;
|
||||
flags.showShortcutReference = true;
|
||||
assert(flags.showShortcutReference == true);
|
||||
|
||||
printf("step186_integration_test: all assertions passed\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user