Jump to content

Home

Include Files


TimBob12

Recommended Posts

Hi there,

I have created a new include file but whenever I try to use it just says unable to find include file. I have put the file in the same place as nwnscomp.exe.

 

Here is my code:

 

#include "populate"

int main() { 

  string first = "NPC1";
  string second = "NPC2";
  string third = "NPC3";

  Populate(10, first, second, third);

  return 0;
}

 

Im stuck and can't find anything about this anywhere.

 

Thanks

 

TB12

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...