Skip to content

client: improve script compilation #17

Description

@fburgerdev

Right now, when writing scripts for a game, every script header is included in setup.cc.
This is bad design, because this basically means that every time an code is edited for the game, the entire game needs to be recompiled.
Think about how this could be solved. Is it easier to change this or easier to encourage users to put their method definitions into a separate source file.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions