Advertisement
Guest User

Untitled

a guest
Apr 13th, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. static const char** statenames = (const char*[]) {
  2.     "Invalid",
  3.         "Disconnecting",
  4.         "Denied",
  5.         "Created",
  6.         "InitSent",
  7.         "InitDone",
  8.         "DefinitionsSent",
  9.         "Active"
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement