arezey

Untitled

Feb 26th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.38 KB | None | 0 0
  1. SECT (test, Testing)
  2. CFG (String, test, field1, "Test field 1", "Hello, world!")
  3. CFG (String, test, field2, "Test field 2", "How are you doing?")
  4. CFG (Int, test, field3, "Integer test", 5)
  5.  
  6. SECT (test2, More testing)
  7. CFG (String, test2, field1, "Multi-section test", "argh!")
  8. CFG (Bool, test2, field2, "Boolean test", true)
  9. CFG (Float, test2, field3, "Floating point test", 5.0f)
Advertisement
Add Comment
Please, Sign In to add comment