Showcase Guidelines

Status
Not open for further replies.

Pwn

Administrator
Staff member
Below is a template you should follow when posting your project. Formatting should stay consistent if you copy and paste. Make sure to be as descriptive as possible when
---

Name: Name of your project

Description: A description of your project

Repository: Link to your project

Includes:
C:
#include "Path/To/My/File.c"

Initialization:
C:
MyClass.Init();

Usage:
C:
if (MyClass.MyVar > 0)
{
   DoSomething();
}

License:
Feel free to use this script wherever you want for whatever you want. Just give credit where credit is due.
 
Status
Not open for further replies.
Back
Top