SFML Pong, but object oriented

settings.json 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "files.associations": {
  3. "cctype": "cpp",
  4. "clocale": "cpp",
  5. "cmath": "cpp",
  6. "cstdarg": "cpp",
  7. "cstddef": "cpp",
  8. "cstdio": "cpp",
  9. "cstdlib": "cpp",
  10. "cstring": "cpp",
  11. "ctime": "cpp",
  12. "cwchar": "cpp",
  13. "cwctype": "cpp",
  14. "array": "cpp",
  15. "atomic": "cpp",
  16. "*.tcc": "cpp",
  17. "bitset": "cpp",
  18. "chrono": "cpp",
  19. "codecvt": "cpp",
  20. "condition_variable": "cpp",
  21. "cstdint": "cpp",
  22. "deque": "cpp",
  23. "list": "cpp",
  24. "unordered_map": "cpp",
  25. "vector": "cpp",
  26. "exception": "cpp",
  27. "algorithm": "cpp",
  28. "functional": "cpp",
  29. "iterator": "cpp",
  30. "map": "cpp",
  31. "memory": "cpp",
  32. "memory_resource": "cpp",
  33. "numeric": "cpp",
  34. "optional": "cpp",
  35. "random": "cpp",
  36. "ratio": "cpp",
  37. "set": "cpp",
  38. "string": "cpp",
  39. "string_view": "cpp",
  40. "system_error": "cpp",
  41. "tuple": "cpp",
  42. "type_traits": "cpp",
  43. "utility": "cpp",
  44. "fstream": "cpp",
  45. "initializer_list": "cpp",
  46. "iomanip": "cpp",
  47. "iosfwd": "cpp",
  48. "iostream": "cpp",
  49. "istream": "cpp",
  50. "limits": "cpp",
  51. "mutex": "cpp",
  52. "new": "cpp",
  53. "ostream": "cpp",
  54. "sstream": "cpp",
  55. "stdexcept": "cpp",
  56. "streambuf": "cpp",
  57. "thread": "cpp",
  58. "cinttypes": "cpp",
  59. "typeinfo": "cpp",
  60. "variant": "cpp",
  61. "__bit_reference": "cpp",
  62. "__config": "cpp",
  63. "__debug": "cpp",
  64. "__errc": "cpp",
  65. "__functional_base": "cpp",
  66. "__hash_table": "cpp",
  67. "__locale": "cpp",
  68. "__mutex_base": "cpp",
  69. "__node_handle": "cpp",
  70. "__nullptr": "cpp",
  71. "__split_buffer": "cpp",
  72. "__string": "cpp",
  73. "__threading_support": "cpp",
  74. "__tree": "cpp",
  75. "__tuple": "cpp",
  76. "bit": "cpp",
  77. "ios": "cpp",
  78. "locale": "cpp",
  79. "queue": "cpp",
  80. "stack": "cpp"
  81. }
  82. }