ObjectFile.h 219 B

12345678910111213141516
  1. /*
  2. * Copyright (c) 2022, Stephan Unverwerth <s.unverwerth@serenityos.org>
  3. *
  4. * SPDX-License-Identifier: BSD-2-Clause
  5. */
  6. #pragma once
  7. namespace GLSL {
  8. // FIXME: Implement this class
  9. class ObjectFile final {
  10. };
  11. }