Release 1.94
							parent
							
								
									2ae4fc7bb5
								
							
						
					
					
						commit
						31e1cf0e21
					
				| 
						 | 
					@ -333,5 +333,8 @@ namespace Internal
 | 
				
			||||||
    std::vector<Widget> GetWidgets(std::int32_t Container);
 | 
					    std::vector<Widget> GetWidgets(std::int32_t Container);
 | 
				
			||||||
    Widget GetWidget(std::int32_t Container, std::int32_t Component);
 | 
					    Widget GetWidget(std::int32_t Container, std::int32_t Component);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    void LockUpdate();
 | 
				
			||||||
 | 
					    void UnlockUpdate();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#endif // INTERNAL_HPP_INCLUDED
 | 
					#endif // INTERNAL_HPP_INCLUDED
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -27,13 +27,6 @@ namespace Menu
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    std::int32_t GetCount();
 | 
					    std::int32_t GetCount();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					 | 
				
			||||||
     * @brief Attempts to verify the order of the passed menu actions and targets
 | 
					 | 
				
			||||||
     * @return true if the passed menu actions and targets are in the correct order
 | 
					 | 
				
			||||||
     * @note This isn't a guarantee, but testing shows near zero failure rate
 | 
					 | 
				
			||||||
     */
 | 
					 | 
				
			||||||
    bool OptionsValid(std::int32_t MenuCount, const std::vector<std::string>& RawActions, const std::vector<std::string>& RawTargets);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * @brief Get the menu actions
 | 
					     * @brief Get the menu actions
 | 
				
			||||||
     *
 | 
					     *
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue