YGMarker.cpp 379 B

1234567891011121314
  1. /**
  2. * Copyright (c) Facebook, Inc. and its affiliates.
  3. *
  4. * This source code is licensed under the MIT license found in the LICENSE
  5. * file in the root directory of this source tree.
  6. */
  7. #include "YGMarker.h"
  8. #include "YGConfig.h"
  9. void YGConfigSetMarkerCallbacks(
  10. YGConfigRef config,
  11. YGMarkerCallbacks markerCallbacks) {
  12. config->markerCallbacks = markerCallbacks;
  13. }