Commit 985e222e authored by Mark Frohnmayer's avatar Mark Frohnmayer
Browse files

added exception codes for tnl exceptions

parent 159681d9
Loading
Loading
Loading
Loading

tnl2/exceptions.h

0 → 100644
+7 −0
Original line number Diff line number Diff line
enum tnl_exceptions
{
	tnl_exception_invalid_packet = 0xBEEF,
	tnl_exception_number_out_of_range,
	
};