File diff r12086:61fea38abb90 → r12087:0095f1069b29
src/script/squirrel.hpp
Show inline comments
 
@@ -213,6 +213,11 @@ public:
 
	 * Reset the crashed status.
 
	 */
 
	void ResetCrashed();
 

	
 
	/**
 
	 * Are we allowed to suspend the squirrel script at this moment?
 
	 */
 
	bool CanSuspend();
 
};
 

	
 
#endif /* SQUIRREL_HPP */