xESWxDEATH1 Posted December 12, 2016 Share Posted December 12, 2016 How would I include leadwerks into a console application I'm trying to get a server with raknet going and I'm using an outdated tutorial obviously but in the video, he includes engine.h which I could not find I assume it was superseded by Leadwerks.h but what do I need to include for this to work? Quote Link to comment Share on other sites More sharing options...
Josh Posted December 12, 2016 Share Posted December 12, 2016 Include the main header file and the library, and add the search paths for headers and libs. All of this is found in the default C++ projects. Also add the preprocessor definitions found in the game project. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Rick Posted December 12, 2016 Share Posted December 12, 2016 I generally do the reverse. Create an LE project and add raknet. Can google fir how to add raknet and it's more common of a question if there are issues so more resources existing. Quote Link to comment Share on other sites More sharing options...
xESWxDEATH1 Posted December 12, 2016 Author Share Posted December 12, 2016 ok thanks guys Quote Link to comment Share on other sites More sharing options...
xESWxDEATH1 Posted December 12, 2016 Author Share Posted December 12, 2016 also is there a vertex tool like in hammer somewhere? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.