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