tb_object.cpp 417 B

1234567891011
  1. // ================================================================================
  2. // == This file is a part of Turbo Badger. (C) 2011-2014, Emil Segerås ==
  3. // == See tb_core.h for more information. ==
  4. // ================================================================================
  5. #include "tb_object.h"
  6. #include <assert.h>
  7. namespace tb {
  8. }; // namespace tb