samp-dev / fiddle

A playground platform for the PAWN scripting language

Home Page:https://fiddle.sa-mp.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default `main` uses K&R

Y-Less opened this issue · comments

When you create a new fiddle this is the view:

#include <a_samp>

main() {
    
}

Instead of matching code from the rest of SA:MP, i.e.:

#include <a_samp>

main()
{
    
}