bleedingsourcelocation.c 111 B

123456789101112
  1. class BleedingSourceLocation
  2. {
  3. void BleedingSourceLocation()
  4. {
  5. }
  6. void ~BleedingSourceLocation()
  7. {
  8. }
  9. }